This commit is contained in:
Ivan Kravets
2021-10-08 15:31:26 +03:00
parent b04bb2b740
commit 8afe4bae87

View File

@ -196,7 +196,7 @@ class LibBuilderBase(object):
d = os.path.join(self.path, name)
if os.path.isdir(d):
return d
return None
return self.path
def get_include_dirs(self):
items = []