mirror of
https://github.com/Relintai/gdnative_python.git
synced 2025-01-06 15:19:40 +01:00
17 lines
226 B
Bash
17 lines
226 B
Bash
#!/bin/bash
|
|
set -e
|
|
|
|
# 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
|
|
|
|
#pushd misc/osx
|
|
|
|
#./lipo.sh
|
|
|
|
#popd
|
|
|
|
|