Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/extern
diff options
context:
space:
mode:
authorKent Mein <mein@cs.umn.edu>2007-12-20 22:39:21 +0300
committerKent Mein <mein@cs.umn.edu>2007-12-20 22:39:21 +0300
commit6135f9710561d12640c8b5cb3b654237c80cf88f (patch)
treed6762f9e181e7d4bb98aa5a64285de16a6cd671a /extern
parent801c0799c104872f68fe74597e22c09960cce120 (diff)
Need to propigate -m64 flags to compile verse.
Kent
Diffstat (limited to 'extern')
-rw-r--r--extern/verse/Makefile2
1 files changed, 1 insertions, 1 deletions
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