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
diff options
context:
space:
mode:
authorMaarten Gribnau <mail@maartengribnau.com>2002-12-20 00:12:58 +0300
committerMaarten Gribnau <mail@maartengribnau.com>2002-12-20 00:12:58 +0300
commitd417a426731a5388665db312f88342f18b52860d (patch)
treea522721850533d4afcabf55afbffc41b4192ac6c /source/nan_definitions.mk
parent45c360dfc4015fe3b7252587077da3ee57352582 (diff)
Overrided NAN_ODE in OSX to point to the precompiled ode lib in the lib tree.
Maarten
Diffstat (limited to 'source/nan_definitions.mk')
-rw-r--r--source/nan_definitions.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/nan_definitions.mk b/source/nan_definitions.mk
index e7eb225b6ee..f9f98caf93d 100644
--- a/source/nan_definitions.mk
+++ b/source/nan_definitions.mk
@@ -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)