Commit 8e0febe2 authored by Diego Biurrun's avatar Diego Biurrun

configure: Use right variable and right value for AIX ar flags

parent 22241208
...@@ -3812,7 +3812,7 @@ case $target_os in ...@@ -3812,7 +3812,7 @@ case $target_os in
SHFLAGS=-shared SHFLAGS=-shared
add_cppflags '-I\$(SRC_PATH)/compat/aix' add_cppflags '-I\$(SRC_PATH)/compat/aix'
enabled shared && add_ldflags -Wl,-brtl enabled shared && add_ldflags -Wl,-brtl
ar_default='ar -Xany' arflags='-Xany -r -c'
;; ;;
android) android)
disable symver 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