mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 01:57:13 +02:00
Merge branch 'feature/cpp-libs-issue-503' into develop
This commit is contained in:
@ -281,4 +281,4 @@ if "due" in env.subst("$BOARD"):
|
|||||||
)
|
)
|
||||||
libs.append("sam_sam3x8e_gcc_rel")
|
libs.append("sam_sam3x8e_gcc_rel")
|
||||||
|
|
||||||
env.Append(LIBS=libs)
|
env.Prepend(LIBS=libs)
|
||||||
|
Reference in New Issue
Block a user