Skip to content

Commit

Permalink
Merge pull request #91 from alex-segura/srfi-98-apple-silicon
Browse files Browse the repository at this point in the history
Add tarm64osx machine-type to get-environ-pointer
  • Loading branch information
arcfide authored Nov 1, 2024
2 parents 3a047bb + 34d1f89 commit b424440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion %3a98/os-environment-variables.chezscheme.sls
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
(load-shared-object "msvcrt.dll")
(load-shared-object "kernel32.dll")
(foreign-procedure "GetEnvironmentStrings" () void*)]
[(i3osx a6osx ti3osx ta6osx)
[(i3osx a6osx ti3osx ta6osx tarm64osx)
(load-shared-object "libc.dylib")
(let ([p (foreign-procedure "_NSGetEnviron" () void*)])
(lambda ()
Expand Down

0 comments on commit b424440

Please sign in to comment.