Use --disable-static --enable-shared

master
Yevgen Muntyan 2006-11-21 20:30:50 -06:00
parent b7b96a3dd7
commit 036fe87f92
1 changed files with 2 additions and 1 deletions

View File

@ -84,4 +84,5 @@ export PKG_CONFIG="./fake-pkg-config"
TARGET=i586-pc-mingw32msvc
exec sh $CONFIGURE --target=$TARGET --host=$TARGET --enable-all-gcc-warnings $*
exec sh $CONFIGURE --target=$TARGET --host=$TARGET --enable-all-gcc-warnings \
--disable-static --enable-shared $*