Commit 792802f5 authored by James Almer's avatar James Almer

Merge commit '8e0febe2'

* commit '8e0febe2':
  configure: Use right variable and right value for AIX ar flags
Merged-by: 's avatarJames Almer <jamrial@gmail.com>
parents ab77c400 8e0febe2
......@@ -4873,7 +4873,7 @@ case $target_os in
SHFLAGS=-shared
add_cppflags '-I\$(SRC_PATH)/compat/aix'
enabled shared && add_ldflags -Wl,-brtl
ar_default='ar -Xany'
arflags='-Xany -r -c'
;;
android)
disable symver
......
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