diff options
Diffstat (limited to 'module/system/foreign-library.scm')
-rw-r--r-- | module/system/foreign-library.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/system/foreign-library.scm b/module/system/foreign-library.scm index d53e293ef..dc426385f 100644 --- a/module/system/foreign-library.scm +++ b/module/system/foreign-library.scm @@ -48,7 +48,7 @@ (define system-library-extensions (cond - ((string-contains %host-type "-darwin-") + ((string-contains %host-type "-darwin") '(".bundle" ".so" ".dylib")) ((or (string-contains %host-type "cygwin") (string-contains %host-type "mingw") |