From 7fdbd784e82a388a158aa10dde3e3d5ceddefeee Mon Sep 17 00:00:00 2001 From: Dave MacLachlan Date: Fri, 6 Nov 2015 21:04:42 +0000 Subject: Add xcrunwrapper to deal with DEVELOPER_DIR and SDKROOT. Replace uses of $SDKROOT and $DEVELOPER_DIR values in compile paths with __DEVELOPER_DIR__ and __SDKROOT__ to that xcrunwrapper can deal with them appropriately. RELNOTES:none -- MOS_MIGRATED_REVID=107259512 --- compile.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'compile.sh') diff --git a/compile.sh b/compile.sh index 56ca3da74a..7352c767ca 100755 --- a/compile.sh +++ b/compile.sh @@ -103,6 +103,7 @@ if [ $DO_TOOLS_COMPILATION ]; then bazel_bootstrap //src/tools/xcode/ibtoolwrapper:ibtoolwrapper tools/objc/ibtoolwrapper.sh 0755 bazel_bootstrap //src/tools/xcode/momcwrapper:momcwrapper tools/objc/momcwrapper.sh 0755 bazel_bootstrap //src/tools/xcode/swiftstdlibtoolwrapper:swiftstdlibtoolwrapper tools/objc/swiftstdlibtoolzip.sh 0755 + bazel_bootstrap //src/tools/xcode/xcrunwrapper:xcrunwrapper tools/objc/xcrunwrapper.sh 0755 bazel_bootstrap //src/objc_tools/bundlemerge:bundlemerge_deploy.jar \ tools/objc/precomp_bundlemerge_deploy.jar bazel_bootstrap //src/objc_tools/plmerge:plmerge_deploy.jar \ -- cgit v1.2.3