Skip to content

Commit 9a7629b

Browse files
committed
Use MSVC target triples for Windows
1 parent e2b4222 commit 9a7629b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

win32-arm64.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
set(CMAKE_SYSTEM_NAME Windows)
22
set(CMAKE_SYSTEM_PROCESSOR ARM64)
33

4-
set(target arm64-pc-win32)
4+
set(target aarch64-windows-msvc)
55

66
set(CMAKE_AR llvm-lib)
77
set(CMAKE_LINKER lld-link)

win32-x64.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
set(CMAKE_SYSTEM_NAME Windows)
22
set(CMAKE_SYSTEM_PROCESSOR x64)
33

4-
set(target x86_64-pc-win32)
4+
set(target x86_64-windows-msvc)
55

66
set(CMAKE_AR llvm-lib)
77
set(CMAKE_LINKER lld-link)

0 commit comments

Comments
 (0)