no need debug print anymore.

Revert "to-revert: I need tp check what include flags values used by indexer build"

This reverts commit a3db6ea086.
This commit is contained in:
Vasily Levchenko
2016-10-02 12:46:17 +03:00
parent a3db6ea086
commit 390e24352a
-2
View File
@@ -12,8 +12,6 @@ apply plugin: 'kotlin'
apply plugin: 'c'
println ">>>>$ext.llvmInstallPath -> -I$llvmInstallPath/include"
def javaHome = System.getProperty('java.home')
def compilerArgsForJniIncludes = ["", "linux", "darwin"].collect { "-I$javaHome/../include/$it" } as String[]