Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

fix vswhere problem #72

Open
norrath-hero-cn opened this issue Jan 14, 2022 · 0 comments
Open

fix vswhere problem #72

norrath-hero-cn opened this issue Jan 14, 2022 · 0 comments

Comments

@norrath-hero-cn
Copy link

please use follow arguments to run vswhere, or libunicorn-sys will not build when only install Visual Studio BuildTools

libunicorn-sys-0.9.1, build.rs, ln 11
let vswhere_output = Command::new(r"build_tools\vswhere.exe")
.args(&[
"-latest",
"-products",
"*",
"-property",
"installationPath"])
.output()
.expect("failed to execute vswhere.exe");

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant