fixes for arm target

This commit is contained in:
nillerusr
2021-04-27 19:44:24 +03:00
parent 50a93ce91a
commit b33af199a7
5 changed files with 30 additions and 26 deletions

View File

@@ -21,7 +21,8 @@ def configure(conf):
'_ADD_EAX_',
'ENGINE_DLL',
'VERSION_SAFE_STEAM_API_INTERFACES',
'USE_BREAKPAD_HANDLER'
'USE_BREAKPAD_HANDLER',
'USE_CONVARS'
])
def build(bld):