1 Commits

Author SHA1 Message Date
hans e7889719a9 Add aarch64-macosx native package 2026-08-11 09:35:11 +00:00
2 changed files with 6 additions and 6 deletions
+4 -4
View File
@@ -1,15 +1,15 @@
# racket-audio-aarch64-linux # racket-audio-aarch64-macosx
Native libraries for `racket-audio` on Linux ARM64 / Raspberry Pi 64-bit. Native libraries for `racket-audio` on macOS Apple Silicon.
Put the native files directly in the root of this branch, next to `info.rkt`. Put the native files directly in the root of this branch, next to `info.rkt`.
Expected file type: Expected file type:
*.so / *.so.* *.dylib
List every shipped native file in `copy-foreign-libs` in `info.rkt`. List every shipped native file in `copy-foreign-libs` in `info.rkt`.
Racket Package Index source: Racket Package Index source:
<git-url>#aarch64-linux <git-url>#aarch64-macosx
+2 -2
View File
@@ -5,7 +5,7 @@
(define version "0.1.0") (define version "0.1.0")
(define pkg-desc (define pkg-desc
"native libraries for \"racket-audio\" on \"aarch64-linux\"") "native libraries for \"racket-audio\" on \"aarch64-macosx\"")
(define pkg-authors (define pkg-authors
'(hans)) '(hans))
@@ -14,7 +14,7 @@
'(Apache-2.0 OR MIT)) '(Apache-2.0 OR MIT))
(define install-platform (define install-platform
"aarch64-linux") "aarch64-macosx")
;; Add every native library shipped in this branch, including runtime ;; Add every native library shipped in this branch, including runtime
;; dependencies required by the primary audio libraries. ;; dependencies required by the primary audio libraries.