~ chicken-core (chicken-5) bb51ce3737ecec0cdd3912f55320baa3b1f119d3


commit bb51ce3737ecec0cdd3912f55320baa3b1f119d3
Author:     Peter Bex <peter@more-magic.net>
AuthorDate: Tue Nov 1 10:31:31 2022 +0100
Commit:     Peter Bex <peter@more-magic.net>
CommitDate: Tue Nov 1 10:31:31 2022 +0100

    Add forgotten "platform" arg to librarian print-build-command

diff --git a/egg-compile.scm b/egg-compile.scm
index 4e4e8ccc..662fad3d 100644
--- a/egg-compile.scm
+++ b/egg-compile.scm
@@ -650,7 +650,8 @@
                                link-objects))))
 	(print-build-command (list out3)
 			     `(,out2 ,@lobjs)
-			     `(,target-librarian ,target-librarian-options ,out3 ,out2 ,@lobjs))))
+			     `(,target-librarian ,target-librarian-options ,out3 ,out2 ,@lobjs)
+			     platform)))
     (print-end-command platform)))
 
 (define ((compile-dynamic-extension name #!key mode mode
Trap