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

Unified Diff: test/mac/type_envvars/test_nonbundle_static_library.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_static_library.sh
===================================================================
--- test/mac/type_envvars/test_nonbundle_static_library.sh (revision 1485)
+++ test/mac/type_envvars/test_nonbundle_static_library.sh (working copy)
@@ -16,3 +16,6 @@
[[ ! $DYLIB_INSTALL_NAME_BASE && ${DYLIB_INSTALL_NAME_BASE-_} ]]
[[ ! $LD_DYLIB_INSTALL_NAME && ${LD_DYLIB_INSTALL_NAME-_} ]]
+
+# Should be set, but empty.
+[[ ! $SDKROOT && ! ${SDKROOT-_} ]]
« test/mac/sdkroot/test_shorthand.sh ('K') | « test/mac/type_envvars/test_nonbundle_shared_library.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698