From: bones_was_here Date: Sun, 27 Aug 2023 10:58:45 +0000 (+1000) Subject: DLL builds: always clean up first for reliability X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=bca9e292fc27413b4f178adcca836b826b49ad54;p=xonotic%2Fxonotic.git DLL builds: always clean up first for reliability --- 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"