Fix path to xcode additionalTools (#21)
This commit is contained in:
committed by
Ilya Matveev
parent
c4e7a704be
commit
f5cad39065
@@ -44,7 +44,7 @@ private object CurrentXcode : Xcode {
|
||||
|
||||
override val additionalTools: String by lazy {
|
||||
val bitcodeBuildToolPath = xcrun("-f", "bitcode-build-tool")
|
||||
File(bitcodeBuildToolPath).parentFile.absolutePath
|
||||
File(bitcodeBuildToolPath).parentFile.parentFile.absolutePath
|
||||
}
|
||||
|
||||
override val macosxSdk by lazy { getSdkPath("macosx") }
|
||||
|
||||
Reference in New Issue
Block a user