Skip to content

Commit

Permalink
Merge pull request #98 from GulinSS/wip/T24603
Browse files Browse the repository at this point in the history
Add Support for Windows Aarch64
  • Loading branch information
bgamari authored Jan 24, 2025
2 parents f87f479 + 6b6443b commit 2fab2f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ cabal.project.local
cabal.project.local~
.HTF/
.ghc.environment.*
.vscode
2 changes: 1 addition & 1 deletion src/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ import HSCParser
#ifdef mingw32_HOST_OS
# if defined(i386_HOST_ARCH)
# define WINDOWS_CCONV stdcall
# elif defined(x86_64_HOST_ARCH)
# elif defined(x86_64_HOST_ARCH) || defined(aarch64_HOST_ARCH)
# define WINDOWS_CCONV ccall
# else
# error Unknown mingw32 arch
Expand Down

0 comments on commit 2fab2f4

Please sign in to comment.