Stop passing now-unrecognized --no-type-renaming to rust-bindgen.

This commit is contained in:
Cameron McCormack 2016-10-29 17:50:05 +08:00
parent 3ae0a3335d
commit 99cd19e410

View file

@ -22,7 +22,7 @@ COMPILATION_TARGETS = {
# Flags common for all the targets. # Flags common for all the targets.
COMMON_BUILD_KEY: { COMMON_BUILD_KEY: {
"flags": [ "flags": [
"--no-unstable-rust", "--no-type-renaming", "--no-unstable-rust",
], ],
"clang_flags": [ "clang_flags": [
"-x", "c++", "-std=c++14", "-x", "c++", "-std=c++14",