diff options
| author | Bert Belder <bertbelder@gmail.com> | 2019-05-14 14:30:56 -0700 |
|---|---|---|
| committer | Bert Belder <bertbelder@gmail.com> | 2019-05-16 20:33:25 -0700 |
| commit | 3d6f0a85af061d4d3b1e761a6e1692c2e57ed86d (patch) | |
| tree | 9988b65e08512248165d484a60b356f24dace443 /BUILD.gn | |
| parent | 6e7ccf0b49bc3d15f48184064d9c2e3eb76b33f7 (diff) | |
build: add support for rust proc-macro crates
Diffstat (limited to 'BUILD.gn')
| -rw-r--r-- | BUILD.gn | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -13,8 +13,8 @@ group("default") { rust_executable("hyper_hello") { source_root = "tools/hyper_hello.rs" - extern = [ - "$rust_build:hyper", - "$rust_build:ring", + extern_rlib = [ + "hyper", + "ring", ] } |
