Use bundle flags for osx in node-waf

This commit is contained in:
Ryan Dahl 2009-10-12 16:01:22 +02:00
parent 8b62e8616b
commit e7d0dcee10

View File

@ -36,3 +36,7 @@ def detect(conf):
found = os.path.exists(join(prefix, "bin/node"))
conf.check_message('node prefix', '', found, prefix)
## On Mac OSX we need to use mac bundles
if Options.platform == 'darwin': conf.check_tool('osx')