diff options
| author | Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> | 2021-09-17 22:51:19 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-17 07:51:19 -0700 |
| commit | bd0aeb70a302780368590e99ca421ee56aaedfa8 (patch) | |
| tree | 29f76da3794429f195d6e7be6d59bdb07742a317 /versions | |
| parent | 69d5556d0d8c105f75055326cef346546e40e615 (diff) | |
| download | vcpkg-bd0aeb70a302780368590e99ca421ee56aaedfa8.tar.gz vcpkg-bd0aeb70a302780368590e99ca421ee56aaedfa8.zip | |
[portmidi] Add non-Windows support, refactory install process (#19710)
* [portmidi] Add *inx support, refactory install process
* update support
* version
* Re-fix dynamic build and use
* version
* Fix build on *inx
* version
* Re-fix installation
* version
* Add MAYBE_UNUSED_VARIABLES
* version
* Change macro judgment value and macro value
* version stuff
* Update versions/p-/portmidi.json
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/p-/portmidi.json | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 0caa9284f..09e0c72cd 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -5174,7 +5174,7 @@ }, "portmidi": { "baseline": "0.234", - "port-version": 1 + "port-version": 2 }, "portsmf": { "baseline": "0.238", diff --git a/versions/p-/portmidi.json b/versions/p-/portmidi.json index 5e1b3dd93..1205e0376 100644 --- a/versions/p-/portmidi.json +++ b/versions/p-/portmidi.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "70a85d5a9ddc162df4c7296caf7ac8633089d50c", + "version-string": "0.234", + "port-version": 2 + }, + { "git-tree": "74273108463488d1c268248429a06de79521506b", "version-string": "0.234", "port-version": 1 |
