gdnative_python/misc/build_containers/engine_build_scripts/osx.sh

17 lines
226 B
Bash
Raw Permalink Normal View History

#!/bin/bash
set -e
2024-09-12 18:54:57 +02:00
# OSX
scons production=yes tools=yes target=release_debug custom_modules_shared=no debug_symbols=no platform=osx arch=x86_64 "$@" osxcross_sdk=darwin23.3
# OSX lipo
2024-09-12 18:54:57 +02:00
#pushd misc/osx
2024-09-12 18:54:57 +02:00
#./lipo.sh
2024-09-12 18:54:57 +02:00
#popd