8000
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 e0dd9ae commit b3f2045Copy full SHA for b3f2045
deps/brotli/brotli.gyp
@@ -59,14 +59,15 @@
59
'defines': [
60
'OS_MACOSX'
61
]
62
+ }, {
63
+ 'libraries': [
64
+ '-lm',
65
+ ],
66
}],
67
],
68
'direct_dependent_settings': {
69
'include_dirs': [ 'c/include' ]
70
},
- 'libraries': [
- '-lm',
- ],
71
'sources': [
72
'<@(brotli_sources)',
73
deps/uv/uv.gyp
@@ -220,7 +220,6 @@
220
'<@(uv_sources_posix)',
221
222
'link_settings': {
223
- 'libraries': [ '-lm' ],
224
'conditions': [
225
['OS=="solaris"', {
226
'ldflags': [ '-pthreads' ],
@@ -231,6 +230,11 @@
231
230
['OS != "solaris" and OS != "android" and OS != "zos"', {
232
'ldflags': [ '-pthread' ],
233
+ ['OS!="mac"', {
234
235
+ '-lm'
236
237
+ }],
238
239
240
0 commit comments