client: wscript: add missing comma in includes list

This commit is contained in:
Alibek Omarov 2023-04-25 03:33:23 +03:00
parent 6b033473d4
commit e13192ee20

View File

@ -37,7 +37,7 @@ def build(bld):
defines = ['CLIENT_DLL']
includes = ['.',
'../dlls',
'../dlls/gearbox'
'../dlls/gearbox',
'../common',
'../engine',
'../pm_shared',