We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b94d1e commit ec9ad82Copy full SHA for ec9ad82
tss-esapi-sys/build.rs
@@ -159,7 +159,7 @@ pub mod tpm2_tss {
159
160
cfg_if::cfg_if! {
161
if #[cfg(windows)] {
162
- let mut msbuild = msbuild::MsBuild::find_msbuild(Some("2017")).unwrap();
+ let mut msbuild = msbuild::MsBuild::find_msbuild(None).unwrap();
163
let profile = std::env::var("PROFILE").unwrap();
164
let build_string = match profile.as_str() {
165
"debug" => "",
0 commit comments