Skip to content

Commit 3063ee6

Browse files
authored
C2 always Hybrid Compile
1 parent 810ff2f commit 3063ee6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

builder/frameworks/arduino.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -681,7 +681,9 @@ def get_frameworks_in_current_env():
681681
logging.error("Framework cleanup failed - installation aborted")
682682
sys.exit(1)
683683

684-
if flag_custom_sdkconfig and not flag_any_custom_sdkconfig:
684+
if mcu == "esp32c2":
685+
call_compile_libs()
686+
elif flag_custom_sdkconfig and not flag_any_custom_sdkconfig:
685687
call_compile_libs()
686688

687689
# Main logic for Arduino Framework

0 commit comments

Comments
 (0)