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

This commit is contained in:
Nick Hastings
2018-05-06 12:59:33 -04:00
parent c993712438
commit 467d57059a
11 changed files with 56 additions and 3788 deletions
+2
View File
@@ -64,6 +64,8 @@ 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']