File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,13 +7,17 @@ find_package(StrawberryPerl REQUIRED)
77include (CheckSymbolExists )
88check_symbol_exists (_X86_ "Windows.h" _X86_ )
99check_symbol_exists (_AMD64_ "Windows.h" _AMD64_ )
10+ check_symbol_exists (_ARM64_ "Windows.h" _ARM64_ )
1011
1112if (_X86_)
1213 message (STATUS "Win32" )
1314 set (OPENSSL_PLATFORM VC-WIN32 )
1415elseif (_AMD64_)
1516 message (STATUS "x64" )
1617 set (OPENSSL_PLATFORM VC-WIN64A)
18+ elseif (_ARM64_)
19+ message (STATUS "arm64" )
20+ set (OPENSSL_PLATFORM VC-WIN64-ARM)
1721else ()
1822 message (FATAL_ERROR "Unsupported target architecture" )
1923endif ()
Original file line number Diff line number Diff line change 1- 281e4f13142b53657bd154481e18195b2d477572fdffa8ed1065f73ef5a19777
1+ 0686897afd3a08223760db73d8034550401b53ffc545798d7ca476564f80315e
Original file line number Diff line number Diff line change 1- openssl https://github.com/openssl/openssl/archive/OpenSSL_1_1_1g .tar.gz
1+ openssl https://github.com/openssl/openssl/archive/OpenSSL_1_1_1q .tar.gz
You can’t perform that action at this time.
0 commit comments