mirror of
https://github.com/FWGS/xash3d-fwgs
synced 2024-12-24 17:55:31 +01:00
msdev: fix
This commit is contained in:
parent
79e6ebbe23
commit
c206e72f7b
@ -598,7 +598,7 @@ class MsDevProject(MsDev):
|
||||
node = bld.root.find_dir(include)
|
||||
if node:
|
||||
includes.append(node.path_from(gen.path).replace('/', '\\'))
|
||||
incluses.append(uselib_inc)
|
||||
includes.append(uselib_inc)
|
||||
return includes
|
||||
|
||||
def get_compiler_defines(self, gen):
|
||||
|
Loading…
Reference in New Issue
Block a user