Fix broken build.

This commit is contained in:
Alexander Gorshenev
2016-12-14 20:37:31 +03:00
committed by alexander-gorshenev
parent f5a627f6ff
commit e8c2fb4f53
+1 -1
View File
@@ -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