| Index: o3d/DEPS_gyp
|
| ===================================================================
|
| --- o3d/DEPS_gyp (revision 26360)
|
| +++ o3d/DEPS_gyp (working copy)
|
| @@ -143,9 +143,8 @@
|
|
|
| hooks = [
|
| {
|
| - # A change to a .gyp, .gypi, or to GYP itself shound run the generator.
|
| - "pattern": "\\.gypi?$|[/\\\\]src[/\\\\]tools[/\\\\]gyp[/\\\\]|MANIFEST$",
|
| - "action": ["python", "build/gyp_o3d", "build/all.gyp", "--depth", ".",
|
| - "-D", "mac_deployment_target=10.4"],
|
| + # A change to a .gyp, .gypi, or to GYP itself should run the generator.
|
| + "pattern": "\\.gypi?$|[/\\\\]src[/\\\\]tools[/\\\\]gyp[/\\\\]|[/\\\\]src[/\\\\]o3d[/\\\\]build[/\\\\]gyp_o3d$|MANIFEST$",
|
| + "action": ["python", "o3d/build/gyp_o3d", "o3d/build/all.gyp"],
|
| },
|
| ]
|
|
|