mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-02 04:09:17 +08:00
11 lines
294 B
Diff
11 lines
294 B
Diff
--- a/deps/uv/uv.gyp
|
|
+++ b/deps/uv/uv.gyp
|
|
@@ -156,6 +156,7 @@
|
|
'target_name': 'libuv',
|
|
'toolsets': ['host', 'target'],
|
|
'type': '<(uv_library)',
|
|
+ 'include_dirs!': [ '<!@(echo "$STAGING_DIR"/usr/include)' ],
|
|
'include_dirs': [
|
|
'include',
|
|
'src/',
|