2
0
mirror of https://github.com/FWGS/xash3d-fwgs synced 2024-12-24 17:55:31 +01:00

msdev: fix

This commit is contained in:
mittorn 2019-04-09 10:28:24 +00:00 committed by Alibek Omarov
parent 79e6ebbe23
commit c206e72f7b

View File

@ -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):