Instead of execClang we now have execKonanClang which properly invokes

the distribution clang able to utilize distributed sysroots etc.
And execBareClang which just invokes the distribution clang with system sysroot.
This commit is contained in:
Alexander Gorshenev
2017-11-29 19:37:08 +03:00
committed by alexander-gorshenev
parent 3a6cb76dc1
commit cdd3185920
3 changed files with 48 additions and 11 deletions
+1 -1
View File
@@ -2286,7 +2286,7 @@ if (isMac()) {
interop = 'objcSmoke'
doFirst {
execClang {
execKonanClang(project.testTarget) {
args "$projectDir/interop/objc/smoke.m"
args "-lobjc", '-fobjc-arc'
args '-fPIC', '-shared', '-o', "$buildDir/libobjcsmoke.dylib"