forked from FFmpeg/FFmpeg
configure: exit with error if OS is unknown
Originally committed as revision 16807 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
115d095e5f
commit
4f924f9aa0
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -1563,7 +1563,7 @@ case $target_os in
|
|||
;;
|
||||
|
||||
*)
|
||||
target_os="${target_os}-UNKNOWN"
|
||||
die "Unknown OS '$target_os'."
|
||||
;;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue