forked from FFmpeg/FFmpeg
Force aix strip to work on 32 and 64 bit by default.
This commit is contained in:
parent
7eae8cd870
commit
189ffeafd4
1 changed files with 1 additions and 0 deletions
1
configure
vendored
1
configure
vendored
|
@ -2627,6 +2627,7 @@ host_os=$target_os_default
|
|||
# machine
|
||||
if test "$target_os_default" = aix; then
|
||||
arch_default=$(uname -p)
|
||||
strip_default="strip -X32_64"
|
||||
else
|
||||
arch_default=$(uname -m)
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue