mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
scripts: waifulib: compiler_optimizations: always lower case build type
This commit is contained in:
@@ -186,6 +186,8 @@ def options(opt):
|
||||
def configure(conf):
|
||||
conf.start_msg('Build type')
|
||||
|
||||
conf.options.BUILD_TYPE = conf.options.BUILD_TYPE.lower()
|
||||
|
||||
# legacy naming for default release build
|
||||
# https://chaos.social/@karolherbst/111340511652012860
|
||||
if conf.options.BUILD_TYPE == 'release':
|
||||
|
||||
Reference in New Issue
Block a user