Ignore unsupported mbed native library

This commit is contained in:
Valeriy Koval
2015-12-07 15:09:43 +02:00
parent a483ecdfdb
commit 234517ee0a

View File

@@ -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=[