wpa_supplicant: Fix failure to link under some circumstances

Depending on CMake internals, the wpa_supplicant library may need to be repeated
multiple times in the linker command line.

Closes https://github.com/espressif/esp-idf/issues/5641
pull/4512/merge
Angus Gratton 2020-10-13 18:24:30 +11:00
rodzic 80f993bf31
commit bc1cca2bf8
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -133,3 +133,5 @@ target_compile_definitions(${COMPONENT_LIB} PRIVATE
CONFIG_SHA256
CONFIG_DPP
)
set_property(TARGET ${COMPONENT_LIB} APPEND PROPERTY LINK_INTERFACE_MULTIPLICITY 3)