Linux now also uses ode from lib/
This commit is contained in:
@@ -39,7 +39,7 @@ endif
|
|||||||
include nan_definitions.mk
|
include nan_definitions.mk
|
||||||
|
|
||||||
DIRS = creator blender kernel gameengine
|
DIRS = creator blender kernel gameengine
|
||||||
ifneq ($(OS),$(findstring $(OS), "darwin freebsd irix"))
|
ifneq ($(OS),$(findstring $(OS), "darwin freebsd irix linux"))
|
||||||
DIRS += ode
|
DIRS += ode
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
@@ -158,6 +158,7 @@ all debug::
|
|||||||
ifeq ($(OS),linux)
|
ifeq ($(OS),linux)
|
||||||
export ID = $(shell whoami)
|
export ID = $(shell whoami)
|
||||||
export HOST = $(shell hostname -s)
|
export HOST = $(shell hostname -s)
|
||||||
|
export NAN_ODE = $(LCGDIR)/ode
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(OS),openbsd)
|
ifeq ($(OS),openbsd)
|
||||||
|
Reference in New Issue
Block a user