Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
build: remove the old -DPLATFORM="mac" define
Browse files Browse the repository at this point in the history
To prevent redefinition warnings.
  • Loading branch information
TooTallNate authored and bnoordhuis committed Jan 12, 2012
1 parent 9ff86a2 commit f2ba4ce
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions node.gyp
Expand Up @@ -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"',
Expand Down

0 comments on commit f2ba4ce

Please sign in to comment.