Finish XCode project generation

This commit is contained in:
Wojtek Figat
2021-12-28 17:06:24 +01:00
parent 114cdedc9b
commit 2d0633c05a
2 changed files with 79 additions and 15 deletions

View File

@@ -0,0 +1,8 @@
#!/bin/sh
# Copyright (c) 2012-2021 Wojciech Figat. All rights reserved
# Fix mono bin to be in a path
export PATH=/Library/Frameworks/Mono.framework/Versions/Current/Commands:$PATH
echo "Running Flax.Build $*"
mono Binaries/Tools/Flax.Build.exe "$@"