Browse Source

wscript(dedicated): fix indentation

pull/322/head
nillerusr 7 months ago committed by GitHub
parent
commit
a84ee9062c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      dedicated/wscript

4
dedicated/wscript

@ -60,8 +60,8 @@ def build(bld): @@ -60,8 +60,8 @@ def build(bld):
libs = ['tier0','vpklib','tier1','tier2','tier3','vstdlib','steam_api','appframework','mathlib', 'EDIT']
if bld.env.DEST_OS == 'win32':
libs += ['vgui_controls', 'USER32', 'SHELL32']
if bld.env.DEST_OS == 'win32':
libs += ['vgui_controls', 'USER32', 'SHELL32']
install_path = bld.env.LIBDIR

Loading…
Cancel
Save