mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 03:51:18 +00:00
Escape arguments to platform linker/compiler. (#1358)
* Escape arguments to platform linker/compiler.
This commit is contained in:
committed by
GitHub
parent
2a69f93605
commit
85c682f7e6
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"provides" : "clib",
|
||||
"c-sources" : ["hello2.c"],
|
||||
"c-sources" : ["hello2.c", "whitespace test.c"],
|
||||
"targets" : {
|
||||
"macos-x64" : {
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user