Skip to content

Commit a84ee90

Browse files
authored
wscript(dedicated): fix indentation
1 parent 97f6cdf commit a84ee90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dedicated/wscript

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ def build(bld):
6060

6161
libs = ['tier0','vpklib','tier1','tier2','tier3','vstdlib','steam_api','appframework','mathlib', 'EDIT']
6262

63-
if bld.env.DEST_OS == 'win32':
64-
libs += ['vgui_controls', 'USER32', 'SHELL32']
63+
if bld.env.DEST_OS == 'win32':
64+
libs += ['vgui_controls', 'USER32', 'SHELL32']
6565

6666
install_path = bld.env.LIBDIR
6767

0 commit comments

Comments
 (0)