diff options
Diffstat (limited to 'o3d')
-rw-r--r-- | o3d/DEPS_gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/o3d/DEPS_gyp b/o3d/DEPS_gyp index 950f915..55c3708 100644 --- a/o3d/DEPS_gyp +++ b/o3d/DEPS_gyp @@ -139,6 +139,6 @@ hooks = [ { # A change to a .gyp, .gypi, or to GYP itself shound run the generator. "pattern": "\\.gypi?$|[/\\\\]src[/\\\\]tools[/\\\\]gyp[/\\\\]", - "action": ["python", "tools/gyp/gyp", "o3d/build/all.gyp", "--depth", ".."], + "action": ["python", "tools/gyp/gyp", "o3d/build/all.gyp", "--depth", "."], }, ] |