build.sh: fix LTO option parsing

This commit is contained in:
takase1121
2025-05-18 23:16:10 +08:00
parent 9511f55fc4
commit 8664245843
+1
View File
@@ -112,6 +112,7 @@ main() {
lto_mode="-Db_lto_mode=$2" lto_mode="-Db_lto_mode=$2"
shift shift
fi fi
shift
;; ;;
--cross-arch) --cross-arch)
cross="true" cross="true"