mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
Reject invalid android build configuration
Without this patch, the default build configuration will be picked silently and continuous integration does not detect any problem (cherry picked from commit 8cb12fb0ea613f39b1123f64a04b6fb2a5851605)
This commit is contained in:
committed by
akallabeth
parent
59417423db
commit
4418c6e1c8
@@ -83,7 +83,7 @@ function common_parse_arguments {
|
||||
key="$1"
|
||||
case $key in
|
||||
--conf)
|
||||
source "$2"
|
||||
source "$2" || exit 1
|
||||
shift
|
||||
;;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user