Apple: fix build failure when file already exists

The tools to create a dmg on Apple are flakey, of course, and fail in
cryptic ways if the file already exists, so purge it in the
contrib/mac.sh script.
pull/1997/head
Jason Rhinelander 2 years ago
parent c4c5d128c3
commit 307ae40e00
No known key found for this signature in database
GPG Key ID: C4992CE7A88D4262

@ -18,6 +18,7 @@ fi
./contrib/mac-configure.sh "$@"
cd build-mac
rm -rf Lokinet\ *
ninja -j${JOBS:-1} package
cd ..

Loading…
Cancel
Save