1
0
Fork 0

fixup: coverity: also build and check SIMTrace host tools

Change-Id: I97b173a4b3fe47a119145e8d6fa0ad116fd38237
This commit is contained in:
Vadim Yanitskiy 2021-10-24 13:21:21 +03:00
parent d304d61327
commit c2b01a9b81
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ build_osmocombb() {
}
build_simtrace2() {
pushd simtrace
pushd simtrace2
make -C host
popd
}