From d9b3300b4892ac7e57c41e1374f3a3037a21b646 Mon Sep 17 00:00:00 2001 From: alphard Date: Fri, 20 May 2022 23:43:50 +0000 Subject: [PATCH] Update 'build.sh' --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index aec80f3..048f657 100644 --- a/build.sh +++ b/build.sh @@ -9,7 +9,7 @@ git clone https://github.com/JGRennison/OpenTTD-patches.git -b "$tag" /build/jgr mkdir /build/jgrpp/release cd /build/jgrpp/release cmake -DCMAKE_INSTALL_PREFIX=/opt/openttd/server -DOPTION_DEDICATED=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo .. -make +make -j4 mkdir -p /opt/openttd make install cd /opt/openttd