mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 03:51:18 +00:00
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>
This commit is contained in:
@@ -17,6 +17,8 @@
|
||||
"c-include-dirs": [
|
||||
"C:\\"
|
||||
]
|
||||
}
|
||||
},
|
||||
"android-aarch64": {},
|
||||
"android-x86_64": {}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,6 +12,8 @@
|
||||
"linux-x64": {
|
||||
"cflags-override": "-fPIE"
|
||||
},
|
||||
"windows-x64": {}
|
||||
"windows-x64": {},
|
||||
"android-aarch64": {},
|
||||
"android-x86_64": {},
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user