diff options
| author | nicole mazzuca <mazzucan@outlook.com> | 2021-05-21 11:56:32 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-21 11:56:32 -0700 |
| commit | 49b67d9cb856424ff69f10e7721aec5299624268 (patch) | |
| tree | 673c4e1d196f1fe38a8235c259b7d4993e84b33b /versions/y-/yasm-tool-helper.json | |
| parent | 2f9972005f61f02fa3cda7fc062d1b834b534b8d (diff) | |
| download | vcpkg-49b67d9cb856424ff69f10e7721aec5299624268.tar.gz vcpkg-49b67d9cb856424ff69f10e7721aec5299624268.zip | |
[yasm-tool] Migrate to Host Dependencies (#16478)
* [yasm-tool] Fix usage of port to be host dependencies
This allows mpg123, nettle, and gmp to support non-x86 windows manifest mode
* fix gmp
* oops
* versions update
Diffstat (limited to 'versions/y-/yasm-tool-helper.json')
| -rw-r--r-- | versions/y-/yasm-tool-helper.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/versions/y-/yasm-tool-helper.json b/versions/y-/yasm-tool-helper.json index 9c3fb6af8..606a5eee5 100644 --- a/versions/y-/yasm-tool-helper.json +++ b/versions/y-/yasm-tool-helper.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "7d0e3b2224338888cd1e2f7a00c182961a7ea760", + "version-string": "2020-03-11", + "port-version": 0 + }, + { "git-tree": "cd72a3cb256fdf68ad6b78a64613744ca2bc1d1f", "version-string": "2020-10-12", "port-version": 0 |
