Linux now also uses ode from lib/

This commit is contained in:
Wouter van Heyst 2003-01-07 05:08:10 +00:00
parent 3531f874e0
commit ade767d2af
2 changed files with 2 additions and 1 deletions

@ -39,7 +39,7 @@ endif
include nan_definitions.mk
DIRS = creator blender kernel gameengine
ifneq ($(OS),$(findstring $(OS), "darwin freebsd irix"))
ifneq ($(OS),$(findstring $(OS), "darwin freebsd irix linux"))
DIRS += ode
endif

@ -158,6 +158,7 @@ all debug::
ifeq ($(OS),linux)
export ID = $(shell whoami)
export HOST = $(shell hostname -s)
export NAN_ODE = $(LCGDIR)/ode
endif
ifeq ($(OS),openbsd)