vgui_support/wscript fix indentation

This commit is contained in:
iZarif 2019-03-24 20:00:49 +04:00
parent 62f04137a5
commit 37defbbd14
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ def configure(conf):
if not conf.options.VGUI_DEV:
conf.end_msg('no')
conf.fatal("Provide a path to vgui-dev repository using --vgui key")
conf.fatal("Provide a path to vgui-dev repository using --vgui key")
if conf.env.DEST_OS == 'win32':
conf.env.LIB_VGUI = ['vgui']