1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-06 06:32:56 +01:00

Get scripting compiling on clang

This commit is contained in:
Ted John
2020-02-23 15:33:01 +00:00
parent bac91cd563
commit e6341f0a42
49 changed files with 282 additions and 124 deletions

View File

@@ -5,4 +5,4 @@ set -e
basedir="$(readlink -f `dirname $0`/..)"
cd $basedir
scripts/run-clang-format.py -r src test --exclude src/openrct2/thirdparty
scripts/run-clang-format.py -r src test --exclude src/thirdparty