Load versions of libraries.
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user