sigoden / upt

Universal Package-management Tool for any OS.
Apache License 2.0
437 stars 26 forks source link

haiku: Add Haiku pkgman support #27

Closed kallisti5 closed 10 months ago

sigoden commented 10 months ago

I want to know if Rust supports Haiku? @kallisti5

kallisti5 commented 10 months ago

I mean, this would be a silly thing to work on if it didn't :sweat_smile:

Screenshot from 2023-12-13 08-17-15

sigoden commented 10 months ago

How to detect haiku? does #[cfg(target_os = "haiku")] work? @kallisti5

kallisti5 commented 10 months ago

yup. that works. Haiku is a tier 3 rust platform.

https://doc.rust-lang.org/nightly/rustc/platform-support.html#tier-3

sigoden commented 10 months ago

see #28