Browse Source

Merge commit '0ca66409911e9fba940424be8bdfa54e056b0a4b'

* commit '0ca66409911e9fba940424be8bdfa54e056b0a4b':
  configure: Don't add -fPIC to asflags when targeting windows

Merged-by: James Almer <jamrial@gmail.com>
tags/n4.0
James Almer 8 years ago
parent
commit
ce726e7757
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      configure

+ 1
- 1
configure View File

@@ -5326,9 +5326,9 @@ enable_weak_pic() {
;;
*)
add_cflags -fPIC
add_asflags -fPIC
;;
esac
add_asflags -fPIC
}

enabled pic && enable_weak_pic


Loading…
Cancel
Save