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:
committed by
alexander-gorshenev
parent
3a6cb76dc1
commit
cdd3185920
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user