Index: gyp_skia |
diff --git a/gyp_skia b/gyp_skia |
index 9c31978f836818975e59c8b9aa75c7fc11920f49..b4f9e74de9d345275644fc0d70a69ef404cf78b7 100755 |
--- a/gyp_skia |
+++ b/gyp_skia |
@@ -64,7 +64,7 @@ def get_output_dir(): |
if (sys.platform.startswith('darwin') and |
(not os.getenv('GYP_GENERATORS') or |
- 'make' not in os.getenv('GYP_GENERATORS'))): |
+ 'xcode' in os.getenv('GYP_GENERATORS'))): |
print 'ERROR: variable SKIA_OUT is not valid on Mac (using xcodebuild)' |
sys.exit(-1); |