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