trivial : setting build to proper python lib version -mt

This commit is contained in:
goutnet 2007-09-08 18:12:51 +00:00
parent d598df5214
commit b199b2c69e
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ PYTHON_VERSION=2.5
PYLIBS= -L/usr/lib
PYLIBS+= -L /usr/include/python
PYLIBS+= -lpython$(PYTHON_VERSION)
PYLIBS+= -lboost_python
PYLIBS+= -lboost_python-mt
EXTRACPPFLAGS+=-I /usr/include/python$(PYTHON_VERSION) -DKICAD_PYTHON -fno-strict-aliasing
endif