Fix makefile.mingw for the NOBOOST=1 case.

git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@615 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
pull/1/head
aramis_acg 2010-03-17 18:20:51 +00:00
parent 52db9697f4
commit 4512d1294c
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ CPPFLAGS=-Wall
# Setup environment for noboost build
ifeq ($(NOBOOST),1)
SINGLETHREADED = 1
INCLUDEFLAGS += -I/BoostWorkaround/
INCLUDEFLAGS += -I./BoostWorkaround/
DEFINEFLAGS += -DASSIMP_BUILD_BOOST_WORKAROUND
# NAMESUFFIX += -noboost
else