Files
FlaxEngine/Development/Scripts/Mac/XCodeBuild.sh
2024-02-26 19:00:48 +01:00

9 lines
245 B
Bash
Executable File

#!/bin/sh
# Copyright (c) 2012-2024 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 $*"
Binaries/Tools/Flax.Build "$@"