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
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