From ad26d68e108b92e529c9f91c5ac812451660af4d Mon Sep 17 00:00:00 2001 From: Googler Date: Thu, 18 Jun 2015 17:13:05 +0000 Subject: 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 --- compile.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'compile.sh') 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 -- cgit v1.2.3