Overrided NAN_ODE in OSX to point to the precompiled ode lib in the lib tree.

Maarten
This commit is contained in:
2002-12-19 21:12:58 +00:00
parent 45c360dfc4
commit d417a42673

View File

@@ -108,7 +108,8 @@ all debug::
export NAN_PNG = /sw
export NAN_PYTHON = $(LCGDIR)/python
export NAN_PYTHON_VERSION = 2.2
endif
export NAN_ODE = $(LCGDIR)/ode
endif
ifeq ($(OS),freebsd)
ID = $(shell whoami)
HOST = $(shell hostname -s)