1
0
mirror of https://github.com/janet-lang/janet synced 2025-01-10 23:50:26 +00:00
Quote output to :lfags in meta data.
This commit is contained in:
Calvin Rose 2019-12-06 18:45:29 -06:00
parent 77cb823719
commit 1fa7e73c58

View File

@ -674,7 +674,7 @@ int main(int argc, const char **argv) {
"# Metadata for static library %s\n\n%.20p"
(string name statext)
{:static-entry ename
:lflags (opts :lflags)})))
:lflags ~',(opts :lflags)})))
(add-dep "build" metaname)
(install-rule metaname path)