Commit ce726e77 authored by James Almer's avatar James Almer

Merge commit '0ca66409'

* commit '0ca66409':
  configure: Don't add -fPIC to asflags when targeting windows
Merged-by: 's avatarJames Almer <jamrial@gmail.com>
parents 7e3d6f10 0ca66409
......@@ -5326,9 +5326,9 @@ enable_weak_pic() {
;;
*)
add_cflags -fPIC
add_asflags -fPIC
;;
esac
add_asflags -fPIC
}
enabled pic && enable_weak_pic
......
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