diff --git a/node.gyp b/node.gyp index 86b6fceff7e1b1..f4cb37b70f49aa 100644 --- a/node.gyp +++ b/node.gyp @@ -334,7 +334,7 @@ 'target_name': 'node_text_start', 'type': 'none', 'conditions': [ - [ 'OS in "linux freebsd" and ' + [ 'OS in "linux freebsd solaris" and ' 'target_arch=="x64"', { 'type': 'static_library', 'sources': [ @@ -902,7 +902,7 @@ 'src/tls_wrap.h' ], }], - [ 'OS in "linux freebsd mac" and ' + [ 'OS in "linux freebsd mac solaris" and ' 'target_arch=="x64" and ' 'node_target_type=="executable"', { 'defines': [ 'NODE_ENABLE_LARGE_CODE_PAGES=1' ],