Skip to content

Commit

Permalink
Merge pull request #30 from vkochan/chez-arm64-support
Browse files Browse the repository at this point in the history
chez: linux: add support for arm64 machine-type
  • Loading branch information
ktakashi authored Jan 2, 2024
2 parents d1aa1ea + 26c323d commit dbe55e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pffi/bv-pointer.chezscheme.sls
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

(define dummy
(case (machine-type)
((ta6le a6le i3le ti3le arm32le ppc32le) (load-shared-object "libc.so.6"))
((ta6le a6le i3le ti3le arm32le arm64le tarm64le ppc32le) (load-shared-object "libc.so.6"))
((i3osx ti3osx a6osx ta6osx arm64osx tarm64osx) (load-shared-object "libc.dylib"))
((ta6nt a6nt i3nt ti3nt) (load-shared-object "msvcrt.dll"))
(else (load-shared-object "libc.so"))))
Expand Down

0 comments on commit dbe55e0

Please sign in to comment.