From 63d558da0ce5b88e8f06ac7d8e13d93161063d66 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Sun, 23 Dec 2018 12:39:40 -0500 Subject: Use flatbuffers from crates.io (#1400) --- BUILD.gn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'BUILD.gn') diff --git a/BUILD.gn b/BUILD.gn index ec7da8c38..e2ab95f43 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -20,11 +20,13 @@ group("default") { main_extern = [ "$rust_build:atty", "$rust_build:dirs", + "$rust_build:flatbuffers", "$rust_build:futures", "$rust_build:getopts", "$rust_build:http", "$rust_build:hyper", "$rust_build:hyper_rustls", + "$rust_build:kernel32", "$rust_build:lazy_static", "$rust_build:libc", "$rust_build:log", @@ -42,9 +44,7 @@ main_extern = [ "$rust_build:tokio_process", "$rust_build:tokio_threadpool", "$rust_build:url", - "$rust_build:kernel32", "$rust_build:winapi", - "//build_extra/flatbuffers/rust:flatbuffers", ] ts_sources = [ -- cgit v1.2.3