Fix broken build.
This commit is contained in:
committed by
alexander-gorshenev
parent
f5a627f6ff
commit
e8c2fb4f53
@@ -151,7 +151,7 @@ class LinkKonanTest extends KonanTest {
|
||||
"-runtime", "${runtimeBc.absolutePath}",
|
||||
sourcesKt, *project.globalArgs)
|
||||
|
||||
libraryPath = "${project.llvmDir}/lib:${backendNative.buildDir.canonicalPath}/nativelibs"
|
||||
String libraryPath = "${project.llvmDir}/lib:${backendNative.buildDir.canonicalPath}/nativelibs"
|
||||
environment 'LD_LIBRARY_PATH' : libraryPath
|
||||
environment 'DYLD_LIBRARY_PATH' : libraryPath
|
||||
|
||||
|
||||
Reference in New Issue
Block a user