mirror of
https://github.com/platformio/platformio-core.git
synced 2025-08-02 03:14:26 +02:00
Fix mbed case for UNIX OS
This commit is contained in:
@@ -84,7 +84,7 @@ def get_source_files(flist):
|
|||||||
for f in flist:
|
for f in flist:
|
||||||
if f['type'] == "h" or not f['name'].startswith("mbed"):
|
if f['type'] == "h" or not f['name'].startswith("mbed"):
|
||||||
continue
|
continue
|
||||||
files.append(join("$BUILD_DIR", "FrameworkMBED", f['name'][5:]))
|
files.append(join("$BUILD_DIR", "FrameworkMbed", f['name'][5:]))
|
||||||
return files
|
return files
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user