From 1b4db7c477151d554a32fc937410d699318a290e Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Tue, 13 Sep 2022 12:44:18 -0400 Subject: [PATCH] win32: install wget when building on ubuntu The build process requires wget. Install this on Ubuntu platforms. Signed-off-by: Ken Dreyer --- win32_deps_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win32_deps_build.sh b/win32_deps_build.sh index 3264f68eec9..dfca6c37b01 100755 --- a/win32_deps_build.sh +++ b/win32_deps_build.sh @@ -72,7 +72,7 @@ case "$OS" in sudo env DEBIAN_FRONTEND=noninteractive apt-get -y install \ mingw-w64 cmake pkg-config \ python3-dev python3-pip python3-yaml \ - autoconf libtool ninja-build zip + autoconf libtool ninja-build wget zip sudo python3 -m pip install cython ;; suse) -- 2.39.5