mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-07 17:29:36 +00:00
workflows: add tests.yml
This commit is contained in:
@@ -23,6 +23,7 @@ def build(bld):
|
||||
if bld.env.DEST_OS != 'win32':
|
||||
libs += [ 'DL', 'LOG' ]
|
||||
else:
|
||||
bld.env.LDFLAGS += ['/subsystem:console']
|
||||
libs += ['USER32', 'SHELL32']
|
||||
|
||||
install_path = bld.env.BINDIR
|
||||
|
||||
Reference in New Issue
Block a user