Skip to content
Snippets Groups Projects
Commit 518a2247 authored by Luca Barbato's avatar Luca Barbato Committed by Vittorio Giovara
Browse files

configure: Be more helpful when requiring options set

Be explicit about which options should be set.
parent a91f1023
No related branches found
No related tags found
No related merge requests found
......@@ -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}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment