Need to propigate -m64 flags to compile verse.
Kent
This commit is contained in:
2
extern/verse/Makefile
vendored
2
extern/verse/Makefile
vendored
@@ -54,5 +54,5 @@ install: all debug
|
||||
ifeq ($(OS),darwin)
|
||||
ranlib $(NAN_VERSE)/lib/libverse.a
|
||||
endif
|
||||
$(CCC) $(LDFLAGS) -o $(DIR)/verse$(EXT) $(DIR)/libverse.a $(LIBS) $(SLIBS) $(LLIBS) $(DADD) $(LOPTS)
|
||||
$(CCC) $(CCFLAGS) $(LDFLAGS) -o $(DIR)/verse$(EXT) $(DIR)/libverse.a $(LIBS) $(SLIBS) $(LLIBS) $(DADD) $(LOPTS)
|
||||
@$(CP) $(DIR)/verse$(EXT) $(OCGDIR)/bin
|
||||
|
Reference in New Issue
Block a user