diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2022-02-06 12:26:05 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2022-02-06 12:26:05 +0100 |
commit | e8a73265a13bce0d09e8089ed8170855b273cbc3 (patch) | |
tree | 551a68a5c004d1bdc63d2b0bab1348628b905ad6 /godot-update | |
parent | 50a43f4b51a420ad8dc85466b1f0bbec7a98e1d2 (diff) | |
download | bin-e8a73265a13bce0d09e8089ed8170855b273cbc3.zip bin-e8a73265a13bce0d09e8089ed8170855b273cbc3.tar.gz |
add godot option generator url
Diffstat (limited to 'godot-update')
-rwxr-xr-x | godot-update | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/godot-update b/godot-update index d1dadce..c852054 100755 --- a/godot-update +++ b/godot-update @@ -100,5 +100,6 @@ popd strip godot/bin/godo.* ls -lh godot/bin/ +# https://godot-build-options-generator.github.io # scons -j4 platform=linuxbsd target=release_debug tools=yes pulseaudio=no bits=64 warnings=no #custom_modules=../modules # scons -j4 platform=android target=debug android_arch=arm64v8 ndk_platform=android-22 tools=no disable_3d=true |