From 22305bc08d681618ecd36a7f57535c527180abae Mon Sep 17 00:00:00 2001 From: Wouter van Heyst Date: Tue, 25 Mar 2003 23:36:40 +0000 Subject: FreeBSD can use the exact same python includes as everyone else --- source/gameengine/GamePlayer/ghost/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'source/gameengine/GamePlayer/ghost/Makefile') diff --git a/source/gameengine/GamePlayer/ghost/Makefile b/source/gameengine/GamePlayer/ghost/Makefile index 8498ecf7d07..1d75afc0389 100644 --- a/source/gameengine/GamePlayer/ghost/Makefile +++ b/source/gameengine/GamePlayer/ghost/Makefile @@ -79,10 +79,6 @@ CPPFLAGS += -I../../../kernel/gen_messaging CPPFLAGS += -I$(NAN_STRING)/include CPPFLAGS += -I$(NAN_GHOST)/include -ifeq ($(OS),$(findstring $(OS), "freebsd")) - CPPFLAGS += -I$(NAN_PYTHON)$(NAN_PYTHON_VERSION) -else - CPPFLAGS += -I$(NAN_PYTHON)/include/python$(NAN_PYTHON_VERSION) -endif +CPPFLAGS += -I$(NAN_PYTHON)/include/python$(NAN_PYTHON_VERSION) -- cgit v1.2.3