mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-17 18:40:02 +00:00
msdev: fix
This commit is contained in:
parent
ffaab11da9
commit
fea2395a80
@ -650,7 +650,7 @@ class MsDevProject(MsDev):
|
|||||||
node = bld.root.find_dir(uselib_path)
|
node = bld.root.find_dir(uselib_path)
|
||||||
if node:
|
if node:
|
||||||
libpath = node.path_from(gen.path).replace('/', '\\')
|
libpath = node.path_from(gen.path).replace('/', '\\')
|
||||||
includes.append(libpath)
|
dirs.append(libpath)
|
||||||
Logs.pprint('YELLOW', 'Added relative library path: %s' % libpath)
|
Logs.pprint('YELLOW', 'Added relative library path: %s' % libpath)
|
||||||
dirs.append(uselib_path)
|
dirs.append(uselib_path)
|
||||||
pass
|
pass
|
||||||
|
Loading…
x
Reference in New Issue
Block a user