diff --git a/source/Makefile b/source/Makefile index 041121acb07..46cb6da6b24 100644 --- a/source/Makefile +++ b/source/Makefile @@ -38,7 +38,10 @@ endif include nan_definitions.mk -DIRS = ode creator blender kernel gameengine +DIRS = creator blender kernel gameengine +ifneq ($(OS),darwin) + DIRS += ode +endif ifeq ($(OS),windows) DIRS += icons