mirror of
https://github.com/boostorg/build.git
synced 2026-02-13 12:22:17 +00:00
Junctions should be removed with rmdir, not del. This fixes a bug that causes -a --reconfigure to decide that junctions are not supported.
This commit is contained in:
@@ -488,7 +488,7 @@ if [ os.name ] = NT
|
||||
|
||||
actions junction
|
||||
{
|
||||
if exist "$(<)" del "$(<)"
|
||||
if exist "$(<)" rmdir "$(<)"
|
||||
mklink /J "$(<)" "$(>)"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user