Skip to content

Commit

Permalink
Aarch64 build
Browse files Browse the repository at this point in the history
Adding libmpg123.dylib built on M2 and modify lisp wrapper to load it
  • Loading branch information
egao1980 authored and Shinmera committed Dec 8, 2023
1 parent 17425c1 commit 3557553
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion low-level.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
(define-foreign-library libmpg123
(:darwin (:or "libmpg123.dylib" "libmpg123.so"
#+X86 "mac32-libmpg123.dylib"
#+X86-64 "mac64-libmpg123.dylib"))
#+X86-64 "mac64-libmpg123.dylib"
#+ARM64 "arm64-libmpg123.dylib"))
(:unix (:or "libmpg123.so"
#+X86 "lin32-libmpg123.so"
#+X86-64 "lin64-libmpg123.so"))
Expand Down
Binary file added static/arm64-libmpg123.dylib
Binary file not shown.

0 comments on commit 3557553

Please sign in to comment.