Browse Source

build: remove the old -DPLATFORM="mac" define

To prevent redefinition warnings.
v0.7.4-release
Nathan Rajlich 13 years ago
committed by Ben Noordhuis
parent
commit
f2ba4cef2a
  1. 3
      node.gyp

3
node.gyp

@ -178,6 +178,9 @@
}],
[ 'OS=="mac"', {
'libraries': [ '-framework Carbon' ],
'defines!': [
'PLATFORM="mac"',
],
'defines': [
# we need to use node's preferred "darwin" rather than gyp's preferred "mac"
'PLATFORM="darwin"',

Loading…
Cancel
Save