- Timestamp:
- 09/10/2011 23:16:54 (8 months ago)
- File:
-
- 1 edited
-
box/trunk/infrastructure/mingw/configure.sh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/infrastructure/mingw/configure.sh
r3016 r3017 17 17 fi 18 18 19 if [ ! -r "$DEP_PATH/sys-root/mingw/lib/libz.dll.a" ]; then 19 LIBZ_PATH="${DEP_PATH}/sys-root/mingw/lib" 20 21 if [ ! -r "$LIBZ_PATH/libz.dll.a" ]; then 20 22 echo "Error: upgrade your Cygwin mingw-zlib-devel package" >&2 21 23 exit 2 … … 33 35 CPPFLAGS="-mno-cygwin" \ 34 36 CXXFLAGS="-mno-cygwin -mthreads" \ 35 LDFLAGS="-mno-cygwin -mthreads -L${DEP_PATH}/lib " \37 LDFLAGS="-mno-cygwin -mthreads -L${DEP_PATH}/lib -L${LIBZ_PATH}" \ 36 38 LIBS="-lcrypto -lws2_32 -lgdi32" 37 39 then
Note: See TracChangeset
for help on using the changeset viewer.
