]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_tsan/build.rs
librustc_tsan => 2018
[rust.git] / src / librustc_tsan / build.rs
index f63bb46b87468e43f897afc5f8f9753db08e4aab..ed9c37087c7e5a115ca4d8bc686fb049a83ac1ab 100644 (file)
@@ -1,6 +1,3 @@
-extern crate build_helper;
-extern crate cmake;
-
 use std::env;
 use build_helper::sanitizer_lib_boilerplate;
 
@@ -8,6 +5,8 @@
 
 fn main() {
     if let Some(llvm_config) = env::var_os("LLVM_CONFIG") {
+        build_helper::restore_library_path();
+
         let (native, target) = match sanitizer_lib_boilerplate("tsan") {
             Ok(native) => native,
             _ => return,