aboutsummaryrefslogtreecommitdiffhomepage
path: root/compile.sh
diff options
context:
space:
mode:
authorGravatar Googler <noreply@google.com>2015-06-30 21:15:44 +0000
committerGravatar Florian Weikert <fwe@google.com>2015-07-01 09:17:26 +0000
commitf64f2117894f01c50c9460ccb841474b78a1aff0 (patch)
tree905e256d8cb090c8bd5601d66036233b70ad12be /compile.sh
parentc057d47e9b81385889b7989ddc6dcccf076e4231 (diff)
Implementation of realpath for Mac OS X. This will allow us to move some of our tools (ibtool, actool etc) to shell scripts which should be faster and easier to maintain.
RELNOTES: -- MOS_MIGRATED_REVID=97263085
Diffstat (limited to 'compile.sh')
-rwxr-xr-xcompile.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/compile.sh b/compile.sh
index 12bfc2fac2..9523edf1bb 100755
--- a/compile.sh
+++ b/compile.sh
@@ -123,6 +123,8 @@ if [ $DO_TOOLS_COMPILATION ]; then
tools/objc/precomp_xcodegen_deploy.jar
bazel_bootstrap //src/tools/xcode/stdredirect:StdRedirect.dylib \
tools/objc/StdRedirect.dylib
+ bazel_bootstrap //src/tools/xcode/realpath:realpath \
+ tools/objc/realpath
fi
fi