fix ++lib flag for raco ctool --c-mods

This commit is contained in:
Matthew Flatt 2010-06-30 16:22:32 -06:00
parent b37799f42c
commit f478b74ed6

View File

@ -210,6 +210,13 @@
(printf "C compiler flags: ~s\n"
(expand-for-link-variant (current-extension-preprocess-flags))))
("Show C preprocess (xform) flags")]]
[help-labels
"----------------------- C-embeddable module flags ---------------------------"]
[multi
[("++lib")
,(lambda (f l)
(exe-embedded-libraries (append (exe-embedded-libraries) (list l))))
("Embed <lib> in --c-mods output" "lib")]]
[help-labels
"-------------------- -c/-e compiler optimization flags ----------------------"]
[once-each