mirror of
https://github.com/celisej567/source-engine.git
synced 2026-02-25 06:32:57 +03:00
Fix Windows build with WAF
This commit is contained in:
@@ -31,6 +31,9 @@ def build(bld):
|
||||
|
||||
libs = ['tier0','tier1','tier2','tier3','vstdlib']
|
||||
|
||||
if bld.env.DEST_OS == 'win32':
|
||||
libs += ['USER32']
|
||||
|
||||
install_path = bld.env.LIBDIR
|
||||
|
||||
bld.shlib(
|
||||
|
||||
Reference in New Issue
Block a user