Finish XCode project generation
This commit is contained in:
8
Development/Scripts/Mac/XCodeBuild.sh
Executable file
8
Development/Scripts/Mac/XCodeBuild.sh
Executable 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 "$@"
|
||||
Reference in New Issue
Block a user