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/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/Makefile') diff --git a/source/Makefile b/source/Makefile index 905041900b1..19d49e16acd 100644 --- a/source/Makefile +++ b/source/Makefile @@ -259,7 +259,7 @@ ifeq ($(OS),freebsd) BINTARGETS += blenderplayer BINTARGETS += plugin endif - PYLIB = /usr/local/lib/python$(NAN_PYTHON_VERSION)/config/libpython$(NAN_PYTHON_VERSION).a + PYLIB = $(NAN_PYTHON)/lib/python$(NAN_PYTHON_VERSION)/config/libpython$(NAN_PYTHON_VERSION).a PYLIB += $(NAN_MXTEXTTOOLS) endif -- cgit v1.2.3