Fix GYP build on OSX
Broken due to DOS line endings. ./configure-gyp make -f Makefile-gyp
This commit is contained in:
parent
54b409d650
commit
25a5e90289
@ -1,13 +1,13 @@
|
||||
BUILDTYPE ?= Release
|
||||
|
||||
all: out/Makefile
|
||||
$(MAKE) -f Makefile-nodegyp BUILDTYPE=$(BUILDTYPE)
|
||||
$(MAKE) -C out BUILDTYPE=$(BUILDTYPE)
|
||||
-ln -fs out/Release/node node
|
||||
-ln -fs out/Debug/node node_g
|
||||
|
||||
out/Release/node: all
|
||||
|
||||
out/Makefile: node.gyp deps/uv/build/all.gyp
|
||||
out/Makefile: node.gyp deps/uv/uv.gyp
|
||||
tools/gyp_node -f make
|
||||
|
||||
clean:
|
||||
|
Loading…
x
Reference in New Issue
Block a user