Closed cdavidowski closed 1 year ago
The build fails on windows due to the symlinks created in local-config being created as directory symlinks (/d flag). Removing the /d flag from the mklink command fixes the issue.
Here are the docs from Microsoft on the mklink command showing that the /d flag is for a directory symlink - https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/mklink
The build fails on windows due to the symlinks created in local-config being created as directory symlinks (/d flag). Removing the /d flag from the mklink command fixes the issue.
Here are the docs from Microsoft on the mklink command showing that the /d flag is for a directory symlink - https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/mklink