Skip to content

Commit eafd328

Browse files
committed
Some random clean-up in changes to GYP files.
1 parent 9b68068 commit eafd328

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

common.gypi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -375,8 +375,8 @@
375375
],
376376
}],
377377
[ 'OS in "linux freebsd openbsd solaris aix"', {
378-
'cflags': [ '-pthread'],
379-
'ldflags': [ '-pthread'],
378+
'cflags': [ '-pthread', ],
379+
'ldflags': [ '-pthread' ],
380380
}],
381381
[ 'OS in "linux freebsd openbsd solaris android aix"', {
382382
'cflags': [ '-Wall', '-Wextra', '-Wno-unused-parameter', ],

deps/openssl/openssl.gyp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
]
175175
}],
176176
['is_clang==1 or gcc_version>=43', {
177-
#'cflags': ['-Wno-error=unused-command-line-argument', '-Wno-error=parentheses-equality'],
177+
'cflags': ['-Wno-old-style-declaration'],
178178
}],
179179
['OS=="solaris"', {
180180
'defines': ['__EXTENSIONS__'],

node.gyp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
'node_shared_http_parser%': 'false',
1919
'node_shared_cares%': 'false',
2020
'node_shared_libuv%': 'false',
21-
'node_use_openssl': 'true',
22-
'node_shared_openssl': 'false',
21+
'node_use_openssl%': 'true',
22+
'node_shared_openssl%': 'false',
2323
'openssl_fips': '',
2424
'node_v8_options%': '',
2525
'node_enable_v8_vtunejit%': 'false',
@@ -28,7 +28,6 @@
2828
'node_tag%': '',
2929
'node_release_urlbase%': '',
3030
'node_byteorder%': 'little',
31-
'python%': 'python',
3231
'icu_small%': 'false',
3332
'v8_postmortem_support%' : 'false',
3433
'V8_LIBBASE%': '<(PRODUCT_DIR)/../nw/obj/v8/libv8_libbase.a',

0 commit comments

Comments
 (0)