From a2bcb21ec75167f09c7868d9a18688a3ff423cdd Mon Sep 17 00:00:00 2001 From: Ton Roosendaal Date: Thu, 30 Nov 2006 18:25:44 +0000 Subject: Makefile for Bullet had error, didn't copy the .a file to the right dir. --- extern/bullet2/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'extern/bullet2/Makefile') diff --git a/extern/bullet2/Makefile b/extern/bullet2/Makefile index e835160d14b..be242c290ff 100644 --- a/extern/bullet2/Makefile +++ b/extern/bullet2/Makefile @@ -29,6 +29,7 @@ # # ***** END GPL/BL DUAL LICENSE BLOCK ***** LIBNAME = bullet2 +include nan_definitions.mk SOURCEDIR = extern/$(LIBNAME) DIR = $(OCGDIR)/extern/$(LIBNAME) DIRS = src @@ -57,7 +58,7 @@ install: all debug done @[ -d $(NAN_BULLET2)/lib ] || mkdir -p $(NAN_BULLET2)/lib @$(CP) $(DISTDIR)/*.h $(NAN_BULLET2)/include - @$(CP) $(DIR)/libbullet2.a $(NAN_BULLET2)/lib + @$(CP) $(OCGDIR)/extern/bullet2/libbullet2.a $(NAN_BULLET2)/lib ifeq ($(OS),darwin) ranlib $(NAN_BULLET2)/lib/libbullet2.a endif -- cgit v1.2.3