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 b18651b commit 2b3acc4Copy full SHA for 2b3acc4
node.gyp
@@ -352,7 +352,7 @@
352
'target_name': 'node_text_start',
353
'type': 'none',
354
'conditions': [
355
- [ 'OS in "linux freebsd" and '
+ [ 'OS in "linux freebsd solaris" and '
356
'target_arch=="x64"', {
357
'type': 'static_library',
358
'sources': [
@@ -964,7 +964,7 @@
964
'src/node_crypto.h'
965
],
966
}],
967
- [ 'OS in "linux freebsd mac" and '
+ [ 'OS in "linux freebsd mac solaris" and '
968
'target_arch=="x64" and '
969
'node_target_type=="executable"', {
970
'defines': [ 'NODE_ENABLE_LARGE_CODE_PAGES=1' ],
0 commit comments