Skip to content

Commit 6b6443b

Browse files
GulinSSTerrorJack
andcommitted
Add Support for Windows Aarch64
Co-authored-by: Cheng Shao <[email protected]>
1 parent f87f479 commit 6b6443b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ cabal.project.local
2020
cabal.project.local~
2121
.HTF/
2222
.ghc.environment.*
23+
.vscode

src/Main.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ import HSCParser
5555
#ifdef mingw32_HOST_OS
5656
# if defined(i386_HOST_ARCH)
5757
# define WINDOWS_CCONV stdcall
58-
# elif defined(x86_64_HOST_ARCH)
58+
# elif defined(x86_64_HOST_ARCH) || defined(aarch64_HOST_ARCH)
5959
# define WINDOWS_CCONV ccall
6060
# else
6161
# error Unknown mingw32 arch

0 commit comments

Comments
 (0)