Escape arguments to platform linker/compiler. (#1358)

* Escape arguments to platform linker/compiler.
This commit is contained in:
Christian Buttner
2024-08-15 15:01:53 +02:00
committed by GitHub
parent 2a69f93605
commit 85c682f7e6
5 changed files with 109 additions and 49 deletions

View File

@@ -1,6 +1,6 @@
{
"provides" : "clib",
"c-sources" : ["hello2.c"],
"c-sources" : ["hello2.c", "whitespace test.c"],
"targets" : {
"macos-x64" : {
},