Browse Source

msdev: fix

pull/2/head
mittorn 6 years ago committed by Alibek Omarov
parent
commit
fea2395a80
  1. 2
      scripts/waflib/msdev.py

2
scripts/waflib/msdev.py

@ -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…
Cancel
Save