Browse Source

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
aramis_acg 15 năm trước cách đây
mục cha
commit
4512d1294c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      code/makefile.mingw

+ 1 - 1
code/makefile.mingw

@@ -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