summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorThomas Ghysels <info@thomasg.be>2018-08-06 00:50:15 +0200
committerRyan Dahl <ry@tinyclouds.org>2018-08-20 16:53:39 -0400
commit7b0618c20b5348230304323efd75bc65361bbe1e (patch)
treea683ecd4dd059f34dad6b560d7c7046673fa1fcb /BUILD.gn
parentf7fd2389533f0ae387af30ea63755b67a6484e51 (diff)
Add hyper dependencies
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 7d283ab34..95640c7c8 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -35,6 +35,7 @@ config("deno_config") {
}
main_extern = [
+ "$rust_build:hyper",
"$rust_build:futures",
"$rust_build:libc",
"$rust_build:log",