From bca9e292fc27413b4f178adcca836b826b49ad54 Mon Sep 17 00:00:00 2001 From: bones_was_here Date: Sun, 27 Aug 2023 20:58:45 +1000 Subject: [PATCH] DLL builds: always clean up first for reliability --- misc/tools/all/release.subr | 1 + 1 file changed, 1 insertion(+) diff --git a/misc/tools/all/release.subr b/misc/tools/all/release.subr index 1927fb6d..e92d12e8 100644 --- a/misc/tools/all/release.subr +++ b/misc/tools/all/release.subr @@ -278,6 +278,7 @@ case "$cmd" in mkdir -p "$targetdir" ( cd "misc/buildsrc" + verbose ./dlls.sh clean "$buildpath" verbose ./dlls.sh all "$buildpath" "$arch" ) verbose cp -v $buildpath/out/$arch/* "$targetdir" -- 2.39.2