mirror of
https://github.com/w23/xash3d-fwgs
synced 2024-12-16 14:10:11 +01:00
Merge pull request #32 from iZarif/cf749c8c
vgui_support/wscript fix indentation
This commit is contained in:
commit
70abee3e28
@ -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…
Reference in New Issue
Block a user