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.
COMMON_BUILD_KEY: {
"flags": [
"--no-unstable-rust", "--no-type-renaming",
"--no-unstable-rust",
],
"clang_flags": [
"-x", "c++", "-std=c++14",