diff --git a/buildSrc/src/main/groovy/org/jetbrains/kotlin/NativeInteropPlugin.groovy b/buildSrc/src/main/groovy/org/jetbrains/kotlin/NativeInteropPlugin.groovy index ab398129a7f..759d82ccab8 100644 --- a/buildSrc/src/main/groovy/org/jetbrains/kotlin/NativeInteropPlugin.groovy +++ b/buildSrc/src/main/groovy/org/jetbrains/kotlin/NativeInteropPlugin.groovy @@ -81,6 +81,7 @@ class NamedNativeInteropConfig extends AbstractFileCollection implements Named { systemProperties "llvmInstallPath" : project.llvmInstallPath environment "LIBCLANG_DISABLE_CRASH_RECOVERY": "1" environment "DYLD_LIBRARY_PATH": "${project.llvmInstallPath}/lib" + environment "LD_LIBRARY_PATH": "${project.llvmInstallPath}/lib" outputs.dir generatedSrcDir outputs.dir nativeLibsDir