Files
c3c/resources/testproject/lib/clib.c3l/manifest.json
Book-reader bb9e9b54cf Improve android support & add CI (#2664)
* Change context destruction order.

* enable emulated tls on termux

* Fix stdlib on android

* Add a CI workflow for android termux

* update release notes

* use the new unified CI tests on android

---------

Co-authored-by: Christoffer Lerno <christoffer@aegik.com>
2026-02-05 20:04:16 +01:00

25 lines
403 B
JSON

{
"provides": "clib",
"c-sources": [
"hello2.c",
"whitespace test.c"
],
"targets": {
"macos-x64": {},
"macos-aarch64": {},
"netbsd-x64": {},
"netbsd-aarch64": {},
"openbsd-x64": {},
"linux-x64": {
"cflags": "-fPIE"
},
"windows-x64": {
"c-include-dirs": [
"C:\\"
]
},
"android-aarch64": {},
"android-x86_64": {}
}
}