Commit 7e3d6f10 authored by James Almer's avatar James Almer

Merge commit 'f951837c'

* commit 'f951837c':
  configure: Don't add -fPIC to cflags for target_os=win32
Merged-by: 's avatarJames Almer <jamrial@gmail.com>
parents 3f272009 f951837c
......@@ -5322,7 +5322,7 @@ enable_weak_pic() {
enable pic
add_cppflags -DPIC
case "$target_os" in
mingw*|cygwin*)
mingw*|cygwin*|win*)
;;
*)
add_cflags -fPIC
......
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