Index: o3d/DEPS_gyp |
=================================================================== |
--- o3d/DEPS_gyp (revision 26269) |
+++ o3d/DEPS_gyp (working copy) |
@@ -145,6 +145,7 @@ |
{ |
# A change to a .gyp, .gypi, or to GYP itself shound run the generator. |
"pattern": "\\.gypi?$|[/\\\\]src[/\\\\]tools[/\\\\]gyp[/\\\\]|MANIFEST$", |
- "action": ["python", "tools/gyp/gyp", "o3d/build/all.gyp", "--depth", "."], |
+ "action": ["python", "tools/gyp/gyp", "o3d/build/all.gyp", "--depth", ".", |
+ "-D", "support_macosx_10_4=1"], |
}, |
] |
Property changes on: o3d/DEPS_gyp |
___________________________________________________________________ |
Added: svn:eol-style |
+ LF |