mirror of
https://github.com/espressif/openthread.git
synced 2026-08-10 04:37:47 +00:00
[test] package with Thread version (#6325)
This commit is contained in:
+1
-1
@@ -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[@]}")
|
||||
|
||||
Reference in New Issue
Block a user