diff options
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", ] } |