mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-06 07:10:21 +00:00
configure: Be more helpful when requiring options set
Be explicit about which options should be set.
This commit is contained in:
parent
a91f1023bc
commit
518a22471e
2
configure
vendored
2
configure
vendored
@ -2896,7 +2896,7 @@ test -n "$cross_prefix" && enable cross_compile
|
||||
|
||||
if enabled cross_compile; then
|
||||
test -n "$arch" && test -n "$target_os" ||
|
||||
die "Must specify target arch and OS when cross-compiling"
|
||||
die "Must specify target arch (--arch) and OS (--target-os) when cross-compiling"
|
||||
fi
|
||||
|
||||
ar_default="${cross_prefix}${ar_default}"
|
||||
|
Loading…
Reference in New Issue
Block a user