mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-31 10:37:13 +02:00
Ignore unsupported mbed native library
This commit is contained in:
@ -125,6 +125,7 @@ def add_mbedlib(libname, libar):
|
||||
print (
|
||||
"Warning: %s board doesn't have native support for '%s' library!" %
|
||||
(env.get("BOARD"), libname), file=sys.stderr)
|
||||
return
|
||||
|
||||
env.Append(
|
||||
LIBPATH=[
|
||||
|
Reference in New Issue
Block a user