Linux now also uses ode from lib/

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

View File

@@ -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