Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set specific SDK version for omaha build #26

Merged
merged 1 commit into from Jul 25, 2019
Commits on Jul 25, 2019
  1. Set specific SDK version for omaha build

    simonhong committed Jul 25, 2019
    Just calling vcvarsall.bat w/o any args, it uses latest sdk version
    on current windows when it sets env vars like WindowsSDKVer.
    It fetches latest installed version from registry.
    If we installed 10.0.18362, we can see WindowsSDKVer is set in
    hammer-brave.bat by echo.
    So far, it was ok but omaha build is failed with 10.0.18362.
    Since C77, 18362 became as required SDK version. So, omaha build will
    fail w/o this commit.
    10.0.10586 is sdk requirement for our forked omaha version.
You can’t perform that action at this time.