Files
c3c/resources/testproject/lib/clib2.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

20 lines
334 B
JSON

{
"provides": "clib2",
"c-sources": [
"hello.c"
],
"targets": {
"macos-x64": {},
"macos-aarch64": {},
"netbsd-x64": {},
"netbsd-aarch64": {},
"openbsd-x64": {},
"linux-x64": {
"cflags-override": "-fPIE"
},
"windows-x64": {},
"android-aarch64": {},
"android-x86_64": {},
}
}