diff options
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ group("default") { } rust_executable("hyper_hello") { - source_root = "tools/hyper_hello.rs" + source_root = "tools/hyper_hello/hyper_hello.rs" extern_rlib = [ "hyper", "ring", |