We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f41cb22 commit 429ee17Copy full SHA for 429ee17
node.gyp
@@ -1487,7 +1487,10 @@
1487
['OS=="mac"', {
1488
'dependencies': ['deps/openssl/openssl.gyp:openssl'],
1489
'xcode_settings': {
1490
- 'OTHER_CFLAGS': ['-Wno-deprecated-declarations'],
+ 'OTHER_CFLAGS': [
1491
+ '-Wno-deprecated-declarations',
1492
+ '-fPIC'
1493
+ ],
1494
},
1495
}],
1496
['OS=="linux" and target_arch=="x64"', {
0 commit comments