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 2388852 commit 00d9499Copy full SHA for 00d9499
node.gyp
@@ -334,7 +334,7 @@
334
'target_name': 'node_text_start',
335
'type': 'none',
336
'conditions': [
337
- [ 'OS in "linux freebsd" and '
+ [ 'OS in "linux freebsd solaris" and '
338
'target_arch=="x64"', {
339
'type': 'static_library',
340
'sources': [
@@ -902,7 +902,7 @@
902
'src/tls_wrap.h'
903
],
904
}],
905
- [ 'OS in "linux freebsd mac" and '
+ [ 'OS in "linux freebsd mac solaris" and '
906
'target_arch=="x64" and '
907
'node_target_type=="executable"', {
908
'defines': [ 'NODE_ENABLE_LARGE_CODE_PAGES=1' ],
0 commit comments