[test] package with Thread version (#6325)

This commit is contained in:
Yakun Xu
2021-03-22 08:41:02 -07:00
committed by GitHub
parent 60a206d604
commit ffc550bf15
+1 -1
View File
@@ -424,7 +424,7 @@ EXAMPLES:
do_package()
{
local builddir
local options=("-DCMAKE_BUILD_TYPE=Release" "-DOT_LOG_LEVEL=INFO")
local options=("-DCMAKE_BUILD_TYPE=Release" "-DOT_LOG_LEVEL=INFO" "-DOT_THREAD_VERSION=${THREAD_VERSION}")
if [[ ${ot_extra_options[*]+x} ]]; then
options+=("${ot_extra_options[@]}")