Skip to content

Commit

Permalink
client: wscript: force set vgui-dev path
Browse files Browse the repository at this point in the history
  • Loading branch information
a1batross committed Nov 2, 2024
1 parent 8dc4084 commit ab853c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cl_dll/wscript
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ def options(opt):
opt.load('vgui')

def configure(conf):
conf.options.VGUI_DEV = os.path.join('vgui_support', 'vgui-dev') # vgui is in submodule
conf.env.USE_VGUI = conf.options.USE_VGUI
conf.env.USE_NOVGUI_MOTD = conf.options.USE_NOVGUI_MOTD
conf.env.USE_NOVGUI_SCOREBOARD = conf.options.USE_NOVGUI_SCOREBOARD
Expand Down

0 comments on commit ab853c9

Please sign in to comment.