mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-24 00:03:11 +01:00
6
build.sh
6
build.sh
@@ -11,8 +11,10 @@ pushd build
|
|||||||
make
|
make
|
||||||
popd
|
popd
|
||||||
|
|
||||||
echo Building: data/g2.dat
|
if [[ -z "$DISABLE_G2_BUILD" ]]; then
|
||||||
./build_g2.sh > /dev/null 2>&1
|
echo Building: data/g2.dat
|
||||||
|
./build_g2.sh > /dev/null 2>&1
|
||||||
|
fi
|
||||||
|
|
||||||
if [[ ! -h openrct2.dll ]]; then
|
if [[ ! -h openrct2.dll ]]; then
|
||||||
ln -s build/openrct2.dll openrct2.dll
|
ln -s build/openrct2.dll openrct2.dll
|
||||||
|
|||||||
Reference in New Issue
Block a user