We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a82f71 commit 12308d9Copy full SHA for 12308d9
1 file changed
configure
@@ -272,6 +272,7 @@ if test "$gcc" -eq 1 && ($cc -c $test.c) >> configure.log 2>&1; then
272
LDSHARED=${LDSHARED-"$cc -shared -Wl,-soname,libz.so.1,--version-script,${SRCDIR}zlib.map"}
273
LDCONFIG="ldconfig -m" ;;
274
CYGWIN* | Cygwin* | cygwin* | *-cygwin* | OS/2*)
275
+ LDSHARED=${LDSHARED-"$cc -shared"}
276
EXE='.exe' ;;
277
MINGW* | mingw* | *-mingw*)
278
rm -f $test.[co] $test $test$shared_ext
0 commit comments