Skip to content

Commit ec9ad82

Browse files
committed
Lookup any version of msbuild
1 parent 5b94d1e commit ec9ad82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tss-esapi-sys/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ pub mod tpm2_tss {
159159

160160
cfg_if::cfg_if! {
161161
if #[cfg(windows)] {
162-
let mut msbuild = msbuild::MsBuild::find_msbuild(Some("2017")).unwrap();
162+
let mut msbuild = msbuild::MsBuild::find_msbuild(None).unwrap();
163163
let profile = std::env::var("PROFILE").unwrap();
164164
let build_string = match profile.as_str() {
165165
"debug" => "",

0 commit comments

Comments
 (0)