mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-10 09:32:29 +01:00
fix syntax use elif run it with bash fix directory incantations add missing build steps dont use colors if not terminal update install.sh add sanity check changes set verbose mode enable debug output changes to get it working on mac Platform specific cmakelists fix issue with intptr_t not being found/defined update build scripts see if it can find the pkg-config try running it outside of cmake check whether excho works way we expect try -e remove debug info
11 lines
191 B
Bash
11 lines
191 B
Bash
#!/bin/bash
|
|
|
|
set -ev
|
|
|
|
sudo rm -rf /usr/local/cross-tools/i686-w64-mingw32
|
|
#rm -rf .cache
|
|
rm -rf .cache/*.patch
|
|
rm -rf .cache/SDL2-2.0.3
|
|
rm -rf .cache/i686-w64-mingw32-pkg-config
|
|
rm -rf build
|