Index: build/ios/mac_build.gypi |
diff --git a/build/ios/mac_build.gypi b/build/ios/mac_build.gypi |
index 4da21eb25353c2799e499519f89eced8c30cf0b2..cfde4691703a1cbb259d75752b71c19d70ab58ec 100644 |
--- a/build/ios/mac_build.gypi |
+++ b/build/ios/mac_build.gypi |
@@ -69,7 +69,8 @@ |
'-Ddisable_nacl=1', |
# Pass through the Mac SDK version. |
'-Dmac_sdk=<(mac_sdk)', |
- '-Dparent_generator=<(parent_generator)' |
+ '-Dparent_generator=<(parent_generator)', |
+ '-DOS=mac', |
], |
# Rerun gyp for each of the projects needed. This is what actually |