fix ++lib flag for raco ctool --c-mods
This commit is contained in:
parent
b37799f42c
commit
f478b74ed6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user