Load versions of libraries.

This commit is contained in:
2026-06-10 00:40:14 +02:00
parent f8214b8f1b
commit 4f95e57a96
8 changed files with 45 additions and 22 deletions
+3 -2
View File
@@ -64,8 +64,9 @@
(define libao
(get-lib (list (case (system-type 'os)
[(windows) "libao-1.2.2"]
[else "libao"])) '(#f)))
[(windows) "libao-1.2.2"]
[else "libao"]))
(linux-lib-versions '("4" #f))))
(define-ffi-definer define-ao libao)