Skip to content

Commit ed59a1b

Browse files
committed
Add an environment variable to distinguish check
1 parent 32b0ab1 commit ed59a1b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

crates/project_model/src/build_scripts.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ impl WorkspaceBuildScripts {
6969
}
7070
}
7171

72+
cmd.env("IS_RA_BUILDSCRIPT_CHECK", "1");
73+
7274
// --all-targets includes tests, benches and examples in addition to the
7375
// default lib and bins. This is an independent concept from the --targets
7476
// flag below.

0 commit comments

Comments
 (0)