Merge pull request #14307 from adam-bloom/xcode_v28_dependencies

Xcode v28 dependencies
This commit is contained in:
Michael Steenbeek 2021-03-15 14:10:21 +01:00 committed by GitHub
commit 4ac3fd4b49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 187 additions and 938 deletions

File diff suppressed because it is too large Load Diff

View File

@ -54,6 +54,9 @@ else
mkdir -p $workdir/OpenRCT2
cp -r $install/bin/* $workdir/OpenRCT2
if [[ "$OSTYPE" == "darwin"* ]]; then
cp -R $install/lib/ $workdir/OpenRCT2
fi
cp -r $install/share/doc/openrct2 $workdir/OpenRCT2/doc
cp -r $install/share/openrct2 $workdir/OpenRCT2/data
pushd $workdir > /dev/null