From ea08ded0cab8b6e789acbe6483bb8a4432f38156 Mon Sep 17 00:00:00 2001 From: Arkadiusz Hiler Date: Fri, 22 Sep 2023 23:21:29 +0300 Subject: [PATCH] configure.sh: Remove mentions of --no-proton-sdk. --- configure.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/configure.sh b/configure.sh index 84de4ee5..3b5f7a4a 100755 --- a/configure.sh +++ b/configure.sh @@ -279,7 +279,7 @@ function parse_args() { } usage() { - "$1" "Usage: $0 { --no-proton-sdk | --proton-sdk-image= }" + "$1" "Usage: $0 { --proton-sdk-image= }" "$1" " Generate a Makefile for building Proton. May be run from another directory to create" "$1" " out-of-tree build directories (e.g. mkdir mybuild && cd mybuild && ../configure.sh)" "$1" "" @@ -307,9 +307,6 @@ usage() { "$1" " for build steps that must be run in an SDK" "$1" " environment. See README.md for instructions to" "$1" " create this image." - "$1" "" - "$1" " --no-proton-sdk Do not automatically invoke any runtime SDK as part of the build." - "$1" " Build steps may still be manually run in a runtime environment." exit 1; }