mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-25 11:19:52 +01:00
Merge branch 'patch-1' into 'master'
added stubs/ to lib search paths See merge request ita1024/waf!2213
This commit is contained in:
commit
f01354049d
@ -50,7 +50,7 @@ def find_cuda_libs(self):
|
||||
_includes = node and node.abspath() or ''
|
||||
|
||||
_libpath = []
|
||||
for x in ('lib64', 'lib'):
|
||||
for x in ('lib64', 'lib64/stubs', 'lib', 'lib/stubs'):
|
||||
try:
|
||||
_libpath.append(d.find_node(x).abspath())
|
||||
except:
|
||||
|
Loading…
Reference in New Issue
Block a user