Do not link libclangstubs against wrong libc++
This commit is contained in:
committed by
SvyatoslavScherbina
parent
8ebc0bd1ea
commit
9926b281dd
@@ -45,7 +45,7 @@ model {
|
|||||||
}
|
}
|
||||||
|
|
||||||
binaries.withType(SharedLibraryBinarySpec) {
|
binaries.withType(SharedLibraryBinarySpec) {
|
||||||
linker.args "-L$llvmDir/lib", "-lclang"
|
linker.args "$llvmDir/lib/${System.mapLibraryName("clang")}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user