Skip to content

release.sh: Wipe the meson builddir if it already exsits

Dylan Baker requested to merge dbaker/modular:wipe-meson-builddir into master

Calling meson on an existing builddir gives a warning, but the script continues. Unfortunately that means it doesn't actually work correctly because meson doesn't re-read the project() default values (like the project version) unless you call meson --wipe

Merge request reports