Commit cb03e655 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 272a9d84
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