mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-02 11:40:25 +08:00
11 lines
382 B
Diff
11 lines
382 B
Diff
--- a/tools/v8_gypfiles/v8.gyp
|
|
+++ b/tools/v8_gypfiles/v8.gyp
|
|
@@ -714,6 +714,7 @@
|
|
'v8_shared_internal_headers',
|
|
],
|
|
'sources': ['<@(v8_compiler_sources)'],
|
|
+ 'include_dirs': [ '<!@(echo "$STAGING_DIR"/usr/../usr/include)' ],
|
|
'conditions': [
|
|
['OS=="win"', {
|
|
'msvs_precompiled_header': '<(V8_ROOT)/../../tools/msvs/pch/v8_pch.h',
|