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

To prevent redefinition warnings.
This commit is contained in:
Nathan Rajlich
2012-01-11 14:44:39 -08:00
committed by Ben Noordhuis
parent 9ff86a2848
commit f2ba4cef2a

View File

@@ -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"',