Skip to content

Commit e5e0324

Browse files
committed
Add define to signify that prebuilt libs are used
1 parent 7080df0 commit e5e0324

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: CMakeLists.txt

+2
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ add_custom_command(
3434
)
3535
add_custom_target(mem-variant DEPENDS "mem_variant")
3636

37+
idf_build_set_property(COMPILE_DEFINITIONS "-DESP32_ARDUINO_LIB_BUILDER" APPEND)
38+
3739
##################
3840
### ESP Matter ###
3941
##################

0 commit comments

Comments
 (0)