Commit 1e752028 authored by Nikolay Igotti's avatar Nikolay Igotti

Support macOS 10.14 as well.

parent 9fb9be9c
...@@ -290,6 +290,7 @@ project.tasks.register<Exec>("objcCompile") { ...@@ -290,6 +290,7 @@ project.tasks.register<Exec>("objcCompile") {
val objcSrc = "drawlayer" val objcSrc = "drawlayer"
commandLine = listOf( commandLine = listOf(
"clang", "clang",
"-mmacosx-version-min=10.14",
"-I$jdkHome/include", "-I$jdkHome/include",
"-I$jdkHome/include/darwin", "-I$jdkHome/include/darwin",
"-c", "-c",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment