2
0
mirror of https://github.com/FWGS/xash3d-fwgs synced 2024-11-22 18:07:09 +01:00

msdev: fix

This commit is contained in:
mittorn 2019-04-09 12:21:36 +00:00 committed by Alibek Omarov
parent ffaab11da9
commit fea2395a80

View File

@ -650,7 +650,7 @@ class MsDevProject(MsDev):
node = bld.root.find_dir(uselib_path)
if node:
libpath = node.path_from(gen.path).replace('/', '\\')
includes.append(libpath)
dirs.append(libpath)
Logs.pprint('YELLOW', 'Added relative library path: %s' % libpath)
dirs.append(uselib_path)
pass