Commit 88e7556 1 parent c9edc02 commit 88e7556 Copy full SHA for 88e7556
File tree 4 files changed +4
-0
lines changed
4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ use build_helper::sanitizer_lib_boilerplate;
4
4
use cmake:: Config ;
5
5
6
6
fn main ( ) {
7
+ println ! ( "cargo:rerun-if-env-changed=RUSTC_BUILD_SANITIZERS" ) ;
7
8
if env:: var ( "RUSTC_BUILD_SANITIZERS" ) != Ok ( "1" . to_string ( ) ) {
8
9
return ;
9
10
}
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ use build_helper::sanitizer_lib_boilerplate;
4
4
use cmake:: Config ;
5
5
6
6
fn main ( ) {
7
+ println ! ( "cargo:rerun-if-env-changed=RUSTC_BUILD_SANITIZERS" ) ;
7
8
if env:: var ( "RUSTC_BUILD_SANITIZERS" ) != Ok ( "1" . to_string ( ) ) {
8
9
return ;
9
10
}
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ use build_helper::sanitizer_lib_boilerplate;
4
4
use cmake:: Config ;
5
5
6
6
fn main ( ) {
7
+ println ! ( "cargo:rerun-if-env-changed=RUSTC_BUILD_SANITIZERS" ) ;
7
8
if env:: var ( "RUSTC_BUILD_SANITIZERS" ) != Ok ( "1" . to_string ( ) ) {
8
9
return ;
9
10
}
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ use build_helper::sanitizer_lib_boilerplate;
4
4
use cmake:: Config ;
5
5
6
6
fn main ( ) {
7
+ println ! ( "cargo:rerun-if-env-changed=RUSTC_BUILD_SANITIZERS" ) ;
7
8
if env:: var ( "RUSTC_BUILD_SANITIZERS" ) != Ok ( "1" . to_string ( ) ) {
8
9
return ;
9
10
}
You can’t perform that action at this time.
0 commit comments