mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
cppcheck: fix cross build
This commit is contained in:
parent
b4ff2bf1ef
commit
2ab7a2fbe3
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ fi
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
if [ "$CROSS_BUILD" ]; then
|
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
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue