Commit a0893b4f authored by Nikolay Igotti's avatar Nikolay Igotti

Remove workaround.

parent e3481839
......@@ -176,8 +176,7 @@ kotlin {
?: File(System.getProperty("user.home")).resolve(".konan")
compilerOpts(
"-I$skiaDir",
"--include-with-prefix-after=$kotlinNativeDataPath/dependencies/clang-llvm-apple-8.0.0-darwin-macos/include/c++/v1"
"-I$skiaDir"
)
extraOpts("-staticLibrary", "libskia.a")
......
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