mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-03 12:07:52 +00:00
Merge branch 'feature/arch_build_property' into 'master'
build-system: add property for architecture (riscv/xtensa) Closes IDF-1754 See merge request espressif/esp-idf!18127
This commit is contained in:
@@ -9,5 +9,5 @@ if(NOT BOOTLOADER_BUILD)
|
||||
set(legacy_reqs soc)
|
||||
endif()
|
||||
|
||||
idf_component_register(REQUIRES xtensa "${legacy_reqs}"
|
||||
idf_component_register(REQUIRES "${legacy_reqs}"
|
||||
REQUIRED_IDF_TARGETS esp32)
|
||||
|
Reference in New Issue
Block a user