diff options
Diffstat (limited to 'build/all.gyp')
-rw-r--r-- | build/all.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/all.gyp b/build/all.gyp index 05524b9..1c79811 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -44,7 +44,7 @@ 'conditions': [ ['javascript_engine=="v8"', { 'dependencies': [ - 'temp_gyp/v8.gyp:*', + '../v8/tools/gyp/v8.gyp:*', ], }], ['OS=="linux"', { |