adjusted for changed define/return syntax
This commit is contained in:
@@ -92,7 +92,7 @@
|
||||
;; Provided functions
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
|
||||
(define/return (soundlibs-available?)
|
||||
(define/return (soundlibs-available?) return
|
||||
(unless (eq? (system-type 'os) 'windows) ; We only need to download libraries for windows.
|
||||
(return #t))
|
||||
(if (file-exists? version-file)
|
||||
|
||||
Reference in New Issue
Block a user