mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-11 20:35:40 +00:00
Merge branch 'mbedtls-2.1' of ssh://github.com/ARMmbed/mbedtls into mbedtls-2.1
This commit is contained in:
commit
8ee9c76ccd
|
@ -112,7 +112,7 @@ if (NOT ${CMAKE_CURRENT_BINARY_DIR} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR})
|
||||||
if (CMAKE_HOST_UNIX)
|
if (CMAKE_HOST_UNIX)
|
||||||
set(command ln -s ${target} ${link})
|
set(command ln -s ${target} ${link})
|
||||||
else()
|
else()
|
||||||
set(command cmd.exe /c mklink /d ${link} ${target})
|
set(command cmd.exe /c mklink /j ${link} ${target})
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
execute_process(COMMAND ${command}
|
execute_process(COMMAND ${command}
|
||||||
|
|
Loading…
Reference in a new issue