mirror of
https://github.com/platformio/platformio-core.git
synced 2025-08-01 02:54:25 +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:
|
||||
if f['type'] == "h" or not f['name'].startswith("mbed"):
|
||||
continue
|
||||
files.append(join("$BUILD_DIR", "FrameworkMBED", f['name'][5:]))
|
||||
files.append(join("$BUILD_DIR", "FrameworkMbed", f['name'][5:]))
|
||||
return files
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user