Merge pull request #4170 from theotherjimmy/fix-include-paths

Fix include paths for Windows builds
pull/2203/merge
Sam Grove 2017-04-19 02:19:23 -05:00 committed by GitHub
commit 0cfa96cf55
1 changed files with 1 additions and 0 deletions

View File

@ -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