mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-22 11:00:57 +00:00
Change symlink to hardlink to avoid permission issues
This commit is contained in:
parent
d75ee64c1f
commit
2a1edacb1b
|
@ -70,7 +70,7 @@ function(link_to_source base_name)
|
||||||
if (IS_DIRECTORY ${target})
|
if (IS_DIRECTORY ${target})
|
||||||
set(command cmd.exe /c mklink /j ${link} ${target})
|
set(command cmd.exe /c mklink /j ${link} ${target})
|
||||||
else()
|
else()
|
||||||
set(command cmd.exe /c mklink ${link} ${target})
|
set(command cmd.exe /c mklink /h ${link} ${target})
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue