From 6135f9710561d12640c8b5cb3b654237c80cf88f Mon Sep 17 00:00:00 2001 From: Kent Mein Date: Thu, 20 Dec 2007 19:39:21 +0000 Subject: Need to propigate -m64 flags to compile verse. Kent --- extern/verse/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extern') diff --git a/extern/verse/Makefile b/extern/verse/Makefile index 2e88ee2223f..bd8bba33195 100644 --- a/extern/verse/Makefile +++ b/extern/verse/Makefile @@ -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 -- cgit v1.2.3