fix linker errors for dedicated when building with vpk support

This commit is contained in:
lilmayofuksu
2022-03-07 02:20:16 +03:00
parent c165fb2236
commit ab71aefedc
2 changed files with 3 additions and 3 deletions

View File

@@ -42,7 +42,7 @@ def build(bld):
defines = []
libs = ['tier0','tier1','tier2','vstdlib','vpklib']
libs = ['tier0','vpklib','tier1','tier2','vstdlib']
install_path = bld.env.LIBDIR