12 lines
445 B
Diff
12 lines
445 B
Diff
--- mbedtls-2.12.0/CMakeLists.txt.orig 2018-08-04 02:24:09.274851700 +0300
|
|
+++ mbedtls-2.12.0/CMakeLists.txt 2018-08-04 02:24:11.819200100 +0300
|
|
@@ -73,7 +73,7 @@
|
|
file(TO_NATIVE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/${base_name}" target)
|
|
|
|
if (NOT EXISTS ${link})
|
|
- if (CMAKE_HOST_UNIX)
|
|
+ if (CMAKE_HOST_UNIX OR MSYS)
|
|
set(command ln -s ${target} ${link})
|
|
else()
|
|
if (IS_DIRECTORY ${target})
|