Update 'build.sh'

This commit is contained in:
alphard 2022-05-20 23:43:50 +00:00
parent 61bc457266
commit d9b3300b48

View File

@ -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