-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcustom.py
43 lines (41 loc) · 1.05 KB
/
custom.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
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_upnp_enabled = "no"
module_vhacd_enabled = "no"
module_webrtc_enabled = "no"
module_webxr_enabled = "no"
module_zip_enabled = "no"