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

Unified Diff: test/mac/type_envvars/test_nonbundle_loadable_module.sh

Issue 10898022: mac ninja&make: Expose SDKROOT to the environment. (Closed) Base URL: http://gyp.googlecode.com/svn/trunk/
Patch Set: Created 8 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
Index: test/mac/type_envvars/test_nonbundle_loadable_module.sh
===================================================================
--- test/mac/type_envvars/test_nonbundle_loadable_module.sh (revision 1485)
+++ test/mac/type_envvars/test_nonbundle_loadable_module.sh (working copy)
@@ -16,3 +16,6 @@
test $DYLIB_INSTALL_NAME_BASE = "/usr/local/lib"
test $LD_DYLIB_INSTALL_NAME = "/usr/local/lib/nonbundle_loadable_module.so"
+
+# Should be set, but empty.
+[[ ! $SDKROOT && ! ${SDKROOT-_} ]]

Powered by Google App Engine
This is Rietveld 408576698