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)