mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-29 01:35:06 +01:00
* Close #12429: Refactor OBJECT_ERROR to use strong enum * Typo Fix in build.sh: Unknown
This commit is contained in:
@@ -44,7 +44,7 @@ pushd build
|
||||
# CMAKE and MAKE opts from environment
|
||||
docker run -v "$PARENT":"$PARENT" -w "$PARENT"/build -i -t openrct2/openrct2:mingw-arch bash -c "cmake ../ $OPENRCT2_CMAKE_OPTS && ninja $OPENRCT2_MAKE_OPTS"
|
||||
else
|
||||
echo "Unkown target $TARGET"
|
||||
echo "Unknown target $TARGET"
|
||||
exit 1
|
||||
fi
|
||||
popd
|
||||
|
||||
Reference in New Issue
Block a user