Commit 0714c435 authored by Nikolay Igotti's avatar Nikolay Igotti

Fixed native build.

parent d1d84095
...@@ -176,8 +176,6 @@ kotlin { ...@@ -176,8 +176,6 @@ kotlin {
?: File(System.getProperty("user.home")).resolve(".konan") ?: File(System.getProperty("user.home")).resolve(".konan")
compilerOpts( compilerOpts(
// TODO: Why do we need `include/c++/v1`?
"-I$kotlinNativeDataPath/dependencies/clang-llvm-apple-8.0.0-darwin-macos//include/c++/v1",
"-I$skiaDir" "-I$skiaDir"
) )
......
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