]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
DLL builds: always clean up first for reliability
authorbones_was_here <bones_was_here@xonotic.au>
Sun, 27 Aug 2023 10:58:45 +0000 (20:58 +1000)
committerbones_was_here <bones_was_here@xonotic.au>
Sun, 27 Aug 2023 10:58:45 +0000 (20:58 +1000)
misc/tools/all/release.subr

index 1927fb6dfc856b92f802c364ad1af86ca80f3d73..e92d12e8c3aa81fc31bed10d0dd790d281f87363 100644 (file)
@@ -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"