Browse Source

Merge pull request #32 from iZarif/cf749c8c

vgui_support/wscript fix indentation
pull/2/head
Alibek Omarov 5 years ago committed by GitHub
parent
commit
70abee3e28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      vgui_support/wscript

2
vgui_support/wscript

@ -39,7 +39,7 @@ def configure(conf): @@ -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']

Loading…
Cancel
Save