mirror of https://github.com/ARMmbed/mbed-os.git
Fix include paths for Windows builds
parent
7d65b0f644
commit
7c40343e74
|
@ -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