mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 12:41:38 +08:00
[rtmidi] no absolute paths (#24275)
This commit is contained in:
parent
9f7c4cd4f8
commit
44888a8dae
@ -23,4 +23,6 @@ vcpkg_cmake_config_fixup()
|
||||
|
||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
|
||||
|
||||
vcpkg_fixup_pkgconfig()
|
||||
|
||||
file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"name": "rtmidi",
|
||||
"version-semver": "4.0.0",
|
||||
"port-version": 5,
|
||||
"version-semver": "5.0.0",
|
||||
"description": "A set of C++ classes that provide a common API for realtime MIDI input/output across Linux (ALSA & JACK), Macintosh OS X (CoreMidi & JACK) and Windows (Multimedia)",
|
||||
"homepage": "https://github.com/thestk/rtmidi",
|
||||
"license": "MIT",
|
||||
|
@ -6265,8 +6265,8 @@
|
||||
"port-version": 3
|
||||
},
|
||||
"rtmidi": {
|
||||
"baseline": "4.0.0",
|
||||
"port-version": 5
|
||||
"baseline": "5.0.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"rttr": {
|
||||
"baseline": "0.9.6",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "4eb19141251ff7759838e0ab10f35876583d367b",
|
||||
"version-semver": "5.0.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "1d922425c684e2dd87ea1691b2ac8f1c0fd808e4",
|
||||
"version-semver": "4.0.0",
|
||||
|
Loading…
Reference in New Issue
Block a user