Small backtrace support cleanup.

This commit is contained in:
Nikolay Igotti
2017-05-25 22:35:56 +03:00
parent 2dcfdebd5a
commit 070ea929f0
2 changed files with 3 additions and 13 deletions
+1 -2
View File
@@ -109,8 +109,7 @@ void setupCompilationFlags() {
if (isLinux()) {
binDir = "$gccToolchainDir/$gnuTriplet/bin"
ext.clangArgs.addAll([
"--gcc-toolchain=$gccToolchainDir",
"-L$llvmDir/lib"
"--gcc-toolchain=$gccToolchainDir"
])
} else {
binDir = "$macbookSysrootDir/usr/bin"