Skip to content

Commit

Permalink
Fix path to xcode additionalTools (JetBrains#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbogolepov authored and ilmat192 committed May 30, 2019
1 parent c4e7a70 commit f5cad39
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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") }
Expand Down

0 comments on commit f5cad39

Please sign in to comment.