From 9752f64bfda81ce4b5a19eb76de933b79eed00eb Mon Sep 17 00:00:00 2001 From: DeltaLima Date: Tue, 23 Aug 2022 13:25:59 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9Einstall-xash3ds.sh=E2=80=9C=20=C3=A4nd?= =?UTF-8?q?ern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install-xash3ds.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-xash3ds.sh b/install-xash3ds.sh index e534169..b53810c 100644 --- a/install-xash3ds.sh +++ b/install-xash3ds.sh @@ -14,7 +14,7 @@ case $1 in "client") CLIENT=true PACKAGES="git curl build-essential gcc-multilib g++-multilib python python2 libsdl2-dev:i386 libfontconfig-dev:i386 libfreetype6-dev:i386" - WAF_OPTION="" + WAF_OPTION="--enable-utils --enable-stb" export PKG_CONFIG_PATH=/usr/lib/i386-linux-gnu/pkgconfig ;; "server")