summaryrefslogtreecommitdiffstats
path: root/Link.scm
diff options
context:
space:
mode:
Diffstat (limited to 'Link.scm')
-rw-r--r--Link.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/Link.scm b/Link.scm
index 0bed48e..8e01de9 100644
--- a/Link.scm
+++ b/Link.scm
@@ -47,6 +47,7 @@
(cond ((provided? 'shl) ".sl")
((provided? 'sun-dl) ".so")
((provided? 'mac-dl) ".shlb")
+ ((provided? 'win32-dl) ".dll")
(else ".o")))
(define (file->init_name name)
(string-append