Skip to content

Add a rmdir command before the mklink so mklink won't fail.

Jeremy Whiting requested to merge fixWindowsMklink into 5.1

When mklink fails it makes any rebuild show as a failed build. So first rmdir the junction before creating it to make sure it will succeed.

Merge request reports