Skip to content

Commit

Permalink
configure: Use right variable and right value for AIX ar flags
Browse files Browse the repository at this point in the history
  • Loading branch information
DonDiego committed Nov 4, 2017
1 parent 2224120 commit 8e0febe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8e0febe

Please sign in to comment.