Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 795c05a8cb |
@@ -1,15 +1,15 @@
|
|||||||
# racket-audio-aarch64-macosx
|
# racket-audio-aarch64-linux
|
||||||
|
|
||||||
Native libraries for `racket-audio` on macOS Apple Silicon.
|
Native libraries for `racket-audio` on Linux ARM64 / Raspberry Pi 64-bit.
|
||||||
|
|
||||||
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:
|
||||||
|
|
||||||
*.dylib
|
*.so / *.so.*
|
||||||
|
|
||||||
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-macosx
|
<git-url>#aarch64-linux
|
||||||
|
|||||||
@@ -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-macosx\"")
|
"native libraries for \"racket-audio\" on \"aarch64-linux\"")
|
||||||
|
|
||||||
(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-macosx")
|
"aarch64-linux")
|
||||||
|
|
||||||
;; 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.
|
||||||
|
|||||||
Reference in New Issue
Block a user