Commit eedc7c0d authored by Reyk Floeter's avatar Reyk Floeter
Browse files

Unbreak build on OpenBSD and other OS that aren't linux, windows, or macos

The build.rd script tries to find an android toolchain but fails on
other OS, such as the BSDs, that do not provide one.  This change
simply marks them as "unknown" and fails to build with an unknown
android toolchain, but succeeds to build the regular crate on the any
other OS natively.  The fix is not specific to OpenBSD as it unbreaks
all OS that are not linux, windows, or macos.
parent db81cfea
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment