From 234517ee0a12be7e25ef4c26296e35c32f7b834c Mon Sep 17 00:00:00 2001 From: Valeriy Koval Date: Mon, 7 Dec 2015 15:09:43 +0200 Subject: [PATCH] Ignore unsupported mbed native library --- platformio/builder/scripts/frameworks/mbed.py | 1 + 1 file changed, 1 insertion(+) diff --git a/platformio/builder/scripts/frameworks/mbed.py b/platformio/builder/scripts/frameworks/mbed.py index 0ae6cf47..e300d5f2 100644 --- a/platformio/builder/scripts/frameworks/mbed.py +++ b/platformio/builder/scripts/frameworks/mbed.py @@ -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=[