mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #4170 from theotherjimmy/fix-include-paths
Fix include paths for Windows buildspull/2203/merge
commit
0cfa96cf55
|
@ -612,6 +612,7 @@ class mbedToolchain:
|
|||
break
|
||||
|
||||
# Add root to include paths
|
||||
root = root.rstrip("/")
|
||||
resources.inc_dirs.append(root)
|
||||
resources.file_basepath[root] = base_path
|
||||
|
||||
|
|
Loading…
Reference in New Issue