aboutsummaryrefslogtreecommitdiffhomepage
path: root/compile.sh
diff options
context:
space:
mode:
authorGravatar Googler <noreply@google.com>2015-06-18 17:13:05 +0000
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2015-06-19 11:03:48 +0000
commitad26d68e108b92e529c9f91c5ac812451660af4d (patch)
tree1158ffd68a88e2d98ae9b4a2913ad3cb5982b72d /compile.sh
parent20c2d03115b249154fb67e8d9b022267239d8357 (diff)
StdRedirect library for interposing iOSSimulator so we can redirect stdin,stdout,stderr.
A full example of its usage is in RunTests.sh. -- MOS_MIGRATED_REVID=96319787
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 047d0e2b67..cf123779be 100755
--- a/compile.sh
+++ b/compile.sh
@@ -121,6 +121,8 @@ if [ $DO_TOOLS_COMPILATION ]; then
tools/objc/precomp_plmerge_deploy.jar
bazel_bootstrap //src/objc_tools/xcodegen:xcodegen_deploy.jar \
tools/objc/precomp_xcodegen_deploy.jar
+ bazel_bootstrap //src/tools/xcode/stdredirect:StdRedirect.dylib \
+ tools/objc/StdRedirect.dylib
fi
fi