~ chicken-core (chicken-5) 18b042d591d28ed57115ec783b6b51e66ce62a19
commit 18b042d591d28ed57115ec783b6b51e66ce62a19
Author: unknown <felix@.(none)>
AuthorDate: Tue Oct 20 13:20:10 2009 +0200
Commit: unknown <felix@.(none)>
CommitDate: Tue Oct 20 13:20:10 2009 +0200
standard-extension didn't install import library
diff --git a/setup-api.scm b/setup-api.scm
index 15dd945d..7c6600d7 100644
--- a/setup-api.scm
+++ b/setup-api.scm
@@ -505,7 +505,9 @@
(compile -s -O2 -d0 ,iname)
(install-extension
name
- (list fname (make-pathname #f sname "setup"))
+ (list fname
+ iname
+ (make-pathname #f sname "setup"))
`((version ,version)
(static ,(make-pathname #f fname "o"))))))
Trap