mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
14 lines
203 B
JSON
14 lines
203 B
JSON
{
|
|
"provides" : "clib",
|
|
"c-sources" : ["hello2.c"],
|
|
"targets" : {
|
|
"macos-x64" : {
|
|
},
|
|
"macos-aarch64" : {},
|
|
"linux-x64" : {
|
|
"cflags": "-fPIE"
|
|
},
|
|
"windows-x64" : { }
|
|
}
|
|
}
|