summaryrefslogtreecommitdiff
path: root/custom.py
diff options
context:
space:
mode:
authornokoe <nokoe@mailbox.org>2024-07-12 14:46:56 +0200
committernokoe <nokoe@mailbox.org>2024-07-13 02:25:04 +0200
commitec52460de9129efa05384809154666c165efcf36 (patch)
tree3c44bc55ac6d825fabd9de75d66364a7dee49880 /custom.py
downloadhurrycurry-flatpak-ec52460de9129efa05384809154666c165efcf36.tar
hurrycurry-flatpak-ec52460de9129efa05384809154666c165efcf36.tar.bz2
hurrycurry-flatpak-ec52460de9129efa05384809154666c165efcf36.tar.zst
init
Diffstat (limited to 'custom.py')
-rw-r--r--custom.py44
1 files changed, 44 insertions, 0 deletions
diff --git a/custom.py b/custom.py
new file mode 100644
index 0000000..1b10dcb
--- /dev/null
+++ b/custom.py
@@ -0,0 +1,44 @@
+platform = "linuxbsd"
+CCFLAGS = "-I/app/include"
+prefix = "/app"
+unix_global_settings_path = "/app"
+progress = "no"
+builtin_freetype = "no"
+builtin_libogg = "no"
+builtin_libpng = "no"
+builtin_libtheora = "no"
+builtin_libvorbis = "no"
+builtin_libwebp = "no"
+builtin_libvpx = "no"
+builtin_zlib = "no"
+builtin_freetype = "no"
+builtin_graphite = "no"
+builtin_harfbuzz = "no"
+udev = "no"
+production = "yes"
+
+# Generated using https://godot-build-options-generator.github.io
+
+production = "yes"
+minizip = "no"
+module_bmp_enabled = "no"
+module_camera_enabled = "no"
+module_csg_enabled = "no"
+module_dds_enabled = "no"
+module_enet_enabled = "no"
+module_gltf_enabled = "no"
+module_gridmap_enabled = "no"
+module_jsonrpc_enabled = "no"
+module_ktx_enabled = "no"
+module_minimp3_enabled = "no"
+module_mobile_vr_enabled = "no"
+module_msdfgen_enabled = "no"
+module_multiplayer_enabled = "no"
+module_navigation_enabled = "no"
+module_openxr_enabled = "no"
+module_regex_enabled = "no"
+module_upnp_enabled = "no"
+module_vhacd_enabled = "no"
+module_webrtc_enabled = "no"
+module_webxr_enabled = "no"
+module_zip_enabled = "no" \ No newline at end of file