mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-15 00:48:01 +08:00
[fluidsynth] fix installation location (#20950)
This commit is contained in:
parent
d8b9fa9a53
commit
92852cfd0c
@ -20,6 +20,7 @@ vcpkg_configure_cmake(
|
||||
OPTIONS
|
||||
${FEATURE_OPTIONS}
|
||||
-DPKG_CONFIG_EXECUTABLE=${PKGCONFIG}
|
||||
-DLIB_INSTALL_DIR=lib
|
||||
OPTIONS_DEBUG
|
||||
-Denable-debug:BOOL=ON
|
||||
)
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "fluidsynth",
|
||||
"version": "2.2.1",
|
||||
"port-version": 1,
|
||||
"description": "FluidSynth reads and handles MIDI events from the MIDI input device. It is the software analogue of a MIDI synthesizer. FluidSynth can also play midifiles using a Soundfont.",
|
||||
"homepage": "https://github.com/FluidSynth/fluidsynth",
|
||||
"dependencies": [
|
||||
|
@ -2174,7 +2174,7 @@
|
||||
},
|
||||
"fluidsynth": {
|
||||
"baseline": "2.2.1",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"fmem": {
|
||||
"baseline": "c-libs-2ccee3d2fb",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "d9e09f93f0880db415faf7f65f4dd483a5b2882a",
|
||||
"version": "2.2.1",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "226d8e9bba548bfb4592dfe5979797e3ffde0f69",
|
||||
"version": "2.2.1",
|
||||
|
Loading…
x
Reference in New Issue
Block a user