Skip to content

Commit ceaf727

Browse files
GulinSSTerrorJack
authored andcommitted
Add support for Windows Aarch64
Co-authored-by: Cheng Shao <[email protected]>
1 parent 79b8d13 commit ceaf727

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,6 @@ HsDirectoryConfig.h.in
1515
GNUmakefile
1616
dist-install
1717
ghc.mk
18+
19+
# IDEs
20+
.vscode

System/Directory/Internal/Windows.hsc

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module System.Directory.Internal.Windows where
44
#if defined(mingw32_HOST_OS)
55
##if defined(i386_HOST_ARCH)
66
## define WINAPI stdcall
7-
##elif defined(x86_64_HOST_ARCH)
7+
##elif defined(x86_64_HOST_ARCH) || defined(aarch64_HOST_ARCH)
88
## define WINAPI ccall
99
##else
1010
## error unknown architecture

0 commit comments

Comments
 (0)