diff options
author | Amanda Tait <atait@google.com> | 2020-08-05 13:25:03 -0400 |
---|---|---|
committer | Tamir Duberstein <tamird@google.com> | 2020-12-19 14:17:42 -0500 |
commit | 5846ae2afd76ba1ffaddb9d08f91dfbed30243c4 (patch) | |
tree | 132bd0d0d639b1f58471be1e37481381e199973f /Cargo.toml | |
parent | 16d62f6622f90208341045864a9a6c5470dc9cc2 (diff) | |
download | nix-5846ae2afd76ba1ffaddb9d08f91dfbed30243c4.zip |
Add fuchsia support
Allow nix to compile on Fuchsia by conditionally avoiding libc
functionality that does not exist for Fuchsia.
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -26,6 +26,7 @@ targets = [ "x86_64-unknown-openbsd", "x86_64-unknown-netbsd", "x86_64-unknown-dragonfly", + "x86_64-fuchsia", "x86_64-unknown-redox" ] |