updated Windows + Linux build scripts to add the includes folder for the new Mbed TLS library

This commit is contained in:
otavepto 2023-12-23 16:06:39 +02:00 committed by otavepto
parent 92c77cee31
commit bdd0bf3bda
2 changed files with 2 additions and 1 deletions

View File

@ -187,6 +187,7 @@ release_incs_both=(
"$ssq_inc"
"utfcpp"
"fifo_map"
"mbedtls"
)
release_incs32=(
"${release_incs_both[@]}"

View File

@ -190,7 +190,7 @@ set zlib_inc64=/I"%deps_dir%\zlib\install64\include"
set zlib_lib32="%deps_dir%\zlib\install32\lib\zlibstatic.lib"
set zlib_lib64="%deps_dir%\zlib\install64\lib\zlibstatic.lib"
set release_incs_both=%ssq_inc% /Iutfcpp /Ififo_map
set release_incs_both=%ssq_inc% /Iutfcpp /Ififo_map /Imbedtls
set release_incs32=%release_incs_both% %curl_inc32% %protob_inc32% %zlib_inc32%
set release_incs64=%release_incs_both% %curl_inc64% %protob_inc64% %zlib_inc64%