Commit 05165c2f authored by Martin Storsjö's avatar Martin Storsjö

configure: Disable PIC for cygwin just as for win32/mingw

If this is explicitly disabled for win32/mingw, it should also
be disabled for cygwin, for consistency and for the same reasons
as for win32/mingw.
Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
parent 1399931d
......@@ -3084,6 +3084,7 @@ case $target_os in
SHFLAGS='-shared -Wl,--out-implib,$(SUBDIR)lib$(FULLNAME).dll.a'
objformat="win32"
enable dos_paths
disable pic
;;
*-dos|freedos|opendos)
network_extralibs="-lsocket"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment