kopia lustrzana https://github.com/espressif/esp-idf
mbedtls, cmake: set host as unix when building in msys
rodzic
50d7067391
commit
d411175e47
|
@ -18,6 +18,10 @@ endfunction()
|
||||||
# Needed to for include_next includes to work from within mbedtls
|
# Needed to for include_next includes to work from within mbedtls
|
||||||
include_directories("${COMPONENT_PATH}/port/include")
|
include_directories("${COMPONENT_PATH}/port/include")
|
||||||
|
|
||||||
|
if(MSYS)
|
||||||
|
set(CMAKE_HOST_UNIX 1)
|
||||||
|
endif()
|
||||||
|
|
||||||
# Import mbedtls library targets
|
# Import mbedtls library targets
|
||||||
add_subdirectory(mbedtls)
|
add_subdirectory(mbedtls)
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue