mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 03:51:18 +00:00
Support c-file compilation in libraries.
This commit is contained in:
13
resources/testproject/lib/clib.c3l/manifest.json
Normal file
13
resources/testproject/lib/clib.c3l/manifest.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"provides" : "clib",
|
||||
"c-sources" : ["hello.c"],
|
||||
"targets" : {
|
||||
"macos-x64" : {
|
||||
},
|
||||
"macos-aarch64" : {},
|
||||
"linux-x64" : {
|
||||
"c-flags-override": "-fPIE"
|
||||
},
|
||||
"windows-x64" : { }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user