aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp_skia
diff options
context:
space:
mode:
authorGravatar djsollen@google.com <djsollen@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-10-01 15:31:54 +0000
committerGravatar djsollen@google.com <djsollen@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-10-01 15:31:54 +0000
commit3702b2587cb18021d8efdd001ab3c9085f0ac51a (patch)
tree5b05e507c72546c5d73faa1fecb8637e92a174aa /gyp_skia
parent12705329d0807863d4d80cac0f02e543c26f24a1 (diff)
Fix ninja build on Android
R=mtklein@google.com Review URL: https://codereview.chromium.org/25535002 git-svn-id: http://skia.googlecode.com/svn/trunk@11555 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp_skia')
-rwxr-xr-xgyp_skia2
1 files changed, 1 insertions, 1 deletions
diff --git a/gyp_skia b/gyp_skia
index 9c31978f83..b4f9e74de9 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);