Out with the old ConVar accessibility hacks, in with the new.

Cherry-picked from 467d5705.
This commit is contained in:
Nick Hastings
2018-05-20 19:50:33 -04:00
parent 256b33f75a
commit 880f8869a6
11 changed files with 57 additions and 3788 deletions
+3
View File
@@ -60,6 +60,9 @@ for sdk_name in SM.sdks:
os.path.join(sdk.path, 'public', 'game', 'shared', 'csgo', 'protobuf')
]
if compiler.like('msvc'):
compiler.defines += ['_XKEYCHECK_H']
if builder.target.platform == 'linux':
compiler.postlink += ['-lpthread', '-lrt']