Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1405)

Unified Diff: chrome/tools/build/mac/verify_no_objc.sh

Issue 7746007: temporary make build fix (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/tools/build/mac/verify_no_objc.sh
diff --git a/chrome/tools/build/mac/verify_no_objc.sh b/chrome/tools/build/mac/verify_no_objc.sh
index 96da48b3c54a209fa1d76bf8e6cc152cb2f2c3d9..955f9befff27721c31c55bddf26c99b8c788ba3c 100755
--- a/chrome/tools/build/mac/verify_no_objc.sh
+++ b/chrome/tools/build/mac/verify_no_objc.sh
@@ -26,7 +26,7 @@
set -eu
-otool="${DEVELOPER_BIN_DIR}/otool"
+otool="${DEVELOPER_BIN_DIR:-/usr/bin}/otool"
executable="${BUILT_PRODUCTS_DIR}/${EXECUTABLE_PATH}"
if "${otool}" -arch i386 -o "${executable}" | grep -q '^Contents.*section$'; \
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698