mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 03:51:18 +00:00
16 lines
261 B
JSON
16 lines
261 B
JSON
{
|
|
"provides" : "clib",
|
|
"c-sources" : ["hello2.c", "whitespace test.c"],
|
|
"targets" : {
|
|
"macos-x64" : {
|
|
},
|
|
"macos-aarch64" : {},
|
|
"linux-x64" : {
|
|
"cflags": "-fPIE"
|
|
},
|
|
"windows-x64" : {
|
|
"c-include-dirs": ["C:\\"]
|
|
}
|
|
}
|
|
}
|