Commit ca0270b3 authored by baire's avatar baire
Browse files

removed include directory no longer needed (and which was causing segfaults on...

removed include directory no longer needed (and which was causing segfaults on cygwin because of mismatching version between boost's headers and libs)
parent 69e33a87
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ T3DK_CODETS = sip_codets.cpp

T3DK_LIBS		= -lboost_regex$(if $(shell uname -o | grep Cygwin),-gcc-mt,)

CPPFLAGS		= -I. -I/opt/boost-mingw/include
CPPFLAGS		= -I.

CC			= gcc