Use bundle flags for osx in node-waf
This commit is contained in:
parent
8b62e8616b
commit
e7d0dcee10
@ -36,3 +36,7 @@ def detect(conf):
|
|||||||
|
|
||||||
found = os.path.exists(join(prefix, "bin/node"))
|
found = os.path.exists(join(prefix, "bin/node"))
|
||||||
conf.check_message('node prefix', '', found, prefix)
|
conf.check_message('node prefix', '', found, prefix)
|
||||||
|
|
||||||
|
## On Mac OSX we need to use mac bundles
|
||||||
|
if Options.platform == 'darwin': conf.check_tool('osx')
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user