Commit e4eac8c2 authored by urbant's avatar urbant
Browse files

support linking of boost_regex with cygwin

parent d4df68d7
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ T3DK_CDGEN_HEADER = codec.h

T3DK_CODETS		= sip_codets.cpp

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

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

@@ -25,3 +25,4 @@ CFLAGS = -g
CXXFLAGS		= -g

include $(shell t3devkit-config --mk)