Skip to content

Commit

Permalink
fix BUILD.gn error
Browse files Browse the repository at this point in the history
  • Loading branch information
hayd committed Oct 28, 2018
1 parent e7e1676 commit ef8ff71
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build_extra/rust/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -42,19 +42,18 @@ rust_crate("bitflags") {
rust_crate("unicode_segmentation") {
source_root = "$registry_github/unicode-segmentation-1.2.1/src/lib.rs"
}

rust_crate("memchr") {
source_root = "$registry_github/memchr-2.1.0/src/lib.rs"
extern=[
":cfg_if",
":libc"
]
}

rust_crate("utf8parse") {
source_root = "$registry_github/utf8parse-0.1.1/src/lib.rs"
}
rust_crate("unicode_width") {
source_root = "$registry_github/unicode-width-0.1.5/src/lib.rs"
}

rust_crate("libc") {
source_root = "$registry_github/libc-0.2.43/src/lib.rs"
Expand Down

0 comments on commit ef8ff71

Please sign in to comment.