Remove script and doc no longer relevant

This commit is contained in:
Xidorn Quan 2016-12-09 16:05:54 -10:00
parent 446ee7bcc3
commit 6e78325866
3 changed files with 0 additions and 50 deletions

View file

@ -28,11 +28,3 @@ fi
export LD_LIBRARY_PATH="${LIBCLANG_PATH}"
export DYLD_LIBRARY_PATH="${LIBCLANG_PATH}"
# Don't try to clone twice.
if [[ ! -d rust-bindgen ]]; then
git clone https://github.com/servo/rust-bindgen.git
fi
cd rust-bindgen
cargo build --features llvm_stable --release