Added extra ranlib on libary files after being copied to the lib tree for OSX only.
This saves other OSX developers the trouble of manually running ranlib. This is not a good solution (because I don't know the correct one) but it works. Maarten
This commit is contained in:
@@ -48,5 +48,9 @@ install: all debug
|
||||
@[ -d $(NAN_GUARDEDALLOC)/lib/debug ] || mkdir $(NAN_GUARDEDALLOC)/lib/debug
|
||||
cp -f $(DIR)/libguardedalloc.a $(NAN_GUARDEDALLOC)/lib/
|
||||
cp -f $(DIR)/debug/libguardedalloc.a $(NAN_GUARDEDALLOC)/lib/debug/
|
||||
ifeq ($(OS),darwin)
|
||||
ranlib $(NAN_GUARDEDALLOC)/lib/libguardedalloc.a
|
||||
ranlib $(NAN_GUARDEDALLOC)/lib/debug/libguardedalloc.a
|
||||
endif
|
||||
cp -f *.h $(NAN_GUARDEDALLOC)/include/
|
||||
|
||||
|
Reference in New Issue
Block a user