build: don't distclean static build

This commit is contained in:
Marcus Holland-Moritz 2025-04-20 23:21:05 +02:00
parent df4c9378a9
commit d029ccc813

View File

@ -445,6 +445,4 @@ if [[ "-$BUILD_TYPE-" != *-[at]san-* ]] && \
cmake ../dwarfs/example $CMAKE_TOOL_ARGS -DCMAKE_PREFIX_PATH="$INSTALLDIR/usr/local"
$BUILD_TOOL
$BUILD_TOOL clean
else
$BUILD_TOOL distclean
fi