From a9974d3eb4d2bd0241f8c24d2d8fcc2282d69af9 Mon Sep 17 00:00:00 2001 From: Martin Thomson Date: Sat, 14 Jan 2023 09:31:27 +1100 Subject: Backed out changeset 7f64f5d3df09 for build bustage --- build.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'build.sh') diff --git a/build.sh b/build.sh index 451789591..bbb8d04a4 100755 --- a/build.sh +++ b/build.sh @@ -129,8 +129,8 @@ while [ $# -gt 0 ]; do --disable-keylog) sslkeylogfile=0 ;; --enable-legacy-db) gyp_params+=(-Ddisable_dbm=0) ;; --mozilla-central) gyp_params+=(-Dmozilla_central=1) ;; - --python) python="$2"; shift ;; - --python=*) python="${1#*=}" ;; + --python) python="$2"; shift ;; + --python=*) python="${1#*=}" ;; -D*) gyp_params+=("$1") ;; *) show_help; exit 2 ;; esac @@ -143,7 +143,7 @@ fi if [ -z "$target_arch" ]; then # Assume that the target architecture is the same as the host by default. - host_arch=$(${python:-python3} "$cwd/coreconf/detect_host_arch.py") + host_arch=$(${python:-python} "$cwd/coreconf/detect_host_arch.py") target_arch=$host_arch fi -- cgit v1.2.1