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