mirror of
https://github.com/Relintai/broken_seals.git
synced 2024-11-13 20:47:19 +01:00
The webp module will be enabled now in the slim builds.
This commit is contained in:
parent
560df5b16f
commit
6e0ae6ff70
@ -368,7 +368,7 @@ if len(sys.argv) > 1:
|
||||
build_string += ' ' + sys.argv[i] + ' '
|
||||
|
||||
if 'slim' in arg_split:
|
||||
build_string += 'module_webm_enabled=no module_webp_enabled=no module_arkit_enabled=no module_visual_script_enabled=no module_gdnative_enabled=no module_mobile_vr_enabled=no module_theora_enabled=no module_xatlas_unwrap_enabled=no'
|
||||
build_string += 'module_webm_enabled=no module_arkit_enabled=no module_visual_script_enabled=no module_gdnative_enabled=no module_mobile_vr_enabled=no module_theora_enabled=no module_xatlas_unwrap_enabled=no'
|
||||
build_string += ' '
|
||||
|
||||
if 'latomic' in arg_split:
|
||||
|
Loading…
Reference in New Issue
Block a user