mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +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:
@@ -15,7 +15,7 @@ fn uint num_cpu()
|
||||
return count;
|
||||
}
|
||||
|
||||
module std::os @if(env::LINUX);
|
||||
module std::os @if(env::LINUX || env::ANDROID);
|
||||
import std::os::posix;
|
||||
|
||||
fn uint num_cpu()
|
||||
|
||||
Reference in New Issue
Block a user