Skip to content

Commit 71acff7

Browse files
authored
Link variant folder as object files
1 parent d625b3a commit 71acff7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/platformio-build-esp32s3.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -369,10 +369,10 @@
369369
join(variants_dir, env.BoardConfig().get("build.variant"))
370370
]
371371
)
372-
libs.append(env.BuildLibrary(
372+
env.BuildSources(
373373
join("$BUILD_DIR", "FrameworkArduinoVariant"),
374374
join(variants_dir, env.BoardConfig().get("build.variant"))
375-
))
375+
)
376376

377377
envsafe = env.Clone()
378378

0 commit comments

Comments
 (0)