Commit 6585275e authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit 'e08c946c'

* commit 'e08c946c':
  configure: Explicitly disable PIC when targeting win32/mingw
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 352eb1f0 e08c946c
......@@ -3384,6 +3384,7 @@ case $target_os in
objformat="win32"
ranlib=:
enable dos_paths
disable pic
;;
win32|win64)
if enabled shared; then
......@@ -3408,6 +3409,7 @@ case $target_os in
objformat="win32"
ranlib=:
enable dos_paths
disable pic
;;
cygwin*)
target_os=cygwin
......
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