You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
669 B
22 lines
669 B
6 years ago
|
diff -u -r ../node-v8.12.0/deps/uv/uv.gyp ./deps/uv/uv.gyp
|
||
|
--- ../node-v8.12.0/deps/uv/uv.gyp 2018-09-10 18:46:54.000000000 +0000
|
||
|
+++ ./deps/uv/uv.gyp 2018-09-11 20:52:40.320690510 +0000
|
||
7 years ago
|
@@ -39,7 +39,7 @@
|
||
8 years ago
|
{
|
||
|
'target_name': 'libuv',
|
||
|
'type': '<(uv_library)',
|
||
|
- 'include_dirs': [
|
||
|
+ 'include_dirs+': [
|
||
|
'include',
|
||
|
'src/',
|
||
|
],
|
||
7 years ago
|
@@ -54,7 +54,7 @@
|
||
|
'<@(shared_unix_defines)',
|
||
|
'<@(shared_zos_defines)',
|
||
|
],
|
||
8 years ago
|
- 'include_dirs': [ 'include' ],
|
||
|
+ 'include_dirs+': [ 'include' ],
|
||
|
'conditions': [
|
||
7 years ago
|
['OS == "linux"', {
|
||
|
'defines': [ '_POSIX_C_SOURCE=200112' ],
|