1
0
Fork 0

fixed cflags

This commit is contained in:
Frank Celler 2014-05-11 00:45:52 +02:00
parent d46420f2a8
commit 540130a4b0
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ BUILT_SOURCES += @ZLIB_LIBS@
mkdir @top_srcdir@/3rdParty/zlib-1.2.7 || true
cd @top_srcdir@/3rdParty/zlib-1.2.7 && ./configure
cd @top_srcdir@/3rdParty/zlib-1.2.7 && CC="${CC}" CFLAGS="${CFLAGS}" ./configure --static
cd @top_srcdir@/3rdParty/zlib-1.2.7 && $(MAKE)