We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dc4084 commit ab853c9Copy full SHA for ab853c9
cl_dll/wscript
@@ -20,6 +20,7 @@ def options(opt):
20
opt.load('vgui')
21
22
def configure(conf):
23
+ conf.options.VGUI_DEV = os.path.join('vgui_support', 'vgui-dev') # vgui is in submodule
24
conf.env.USE_VGUI = conf.options.USE_VGUI
25
conf.env.USE_NOVGUI_MOTD = conf.options.USE_NOVGUI_MOTD
26
conf.env.USE_NOVGUI_SCOREBOARD = conf.options.USE_NOVGUI_SCOREBOARD
0 commit comments