summaryrefslogtreecommitdiff
path: root/node.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/node.gyp b/node.gyp
index 4eae262a61..4576e5a335 100644
--- a/node.gyp
+++ b/node.gyp
@@ -817,7 +817,7 @@
}],
],
}],
- [ 'node_use_large_pages=="true" and OS in "linux freebsd"', {
+ [ 'node_use_large_pages=="true" and OS in "linux freebsd mac"', {
'defines': [ 'NODE_ENABLE_LARGE_CODE_PAGES=1' ],
# The current implementation of Large Pages is under Linux.
# Other implementations are possible but not currently supported.