Skip to content

Commit 5f227ad

Browse files
authored
Link variant folder as object files
1 parent 73a2f50 commit 5f227ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/platformio-build-esp32c3.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -350,10 +350,10 @@
350350
join(variants_dir, env.BoardConfig().get("build.variant"))
351351
]
352352
)
353-
libs.append(env.BuildLibrary(
353+
env.BuildSources(
354354
join("$BUILD_DIR", "FrameworkArduinoVariant"),
355355
join(variants_dir, env.BoardConfig().get("build.variant"))
356-
))
356+
)
357357

358358
envsafe = env.Clone()
359359

0 commit comments

Comments
 (0)