cppcheck: fix cross build

This commit is contained in:
Duncaen 2023-03-04 18:25:50 +01:00
parent b4ff2bf1ef
commit 2ab7a2fbe3
No known key found for this signature in database
GPG Key ID: 335C1D17EC3D6E35
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ fi
post_extract() {
if [ "$CROSS_BUILD" ]; then
vsed -e '/run-dmake/d' -i test/CMakeLists.txt
vsed -e '/run-dmake/d' -i test/CMakeLists.txt -i cli/CMakeLists.txt
fi
}