commit | aa0fc12073561981be2a9785fef55b36ab7d56d3 | [log] [tgz] |
---|---|---|
author | Erick Tryzelaar <etryzelaar@google.com> | Mon Jan 07 13:18:33 2019 -0800 |
committer | Erick Tryzelaar <etryzelaar@google.com> | Mon Jan 07 23:25:12 2019 +0000 |
tree | e1ade19cd7bbb82f11a00eb9ff10f6ba7aaabcbf | |
parent | 3cab44451ae8562c3594f5a87cb836d7c6fd2890 [diff] |
[winapi-build] Remove the now unnecessary winapi-build fake Change-Id: Ia2d05e2adeb29bcf6cc3c018fe46bd0fd6279b19
After modifying Cargo.toml
, Run fx update-rustc-third-party
You will need a modern OpenSSL and to export either PKG_CONFIG_PATH
or CFLAGS
and LDFLAGS
in order for cargo to find it, before running fx update-rustc-third-party
.
You can install using brew install openssl
and observe brew info openssl
for the above exports. It is recommended you only export these as-needed, not permanently, to avoid causing incompatibilities with other software.
This repository contains vendored copies of third party code used in Fuchsia.
Further documentation is available here:
https://fuchsia.googlesource.com/docs/+/master/development/languages/rust/third_party.md