[fluidsynth] fix installation location (#20950)

This commit is contained in:
autoantwort 2021-10-27 07:14:34 +02:00 committed by GitHub
parent d8b9fa9a53
commit 92852cfd0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 1 deletions

View File

@ -20,6 +20,7 @@ vcpkg_configure_cmake(
OPTIONS
${FEATURE_OPTIONS}
-DPKG_CONFIG_EXECUTABLE=${PKGCONFIG}
-DLIB_INSTALL_DIR=lib
OPTIONS_DEBUG
-Denable-debug:BOOL=ON
)

View File

@ -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": [

View File

@ -2174,7 +2174,7 @@
},
"fluidsynth": {
"baseline": "2.2.1",
"port-version": 0
"port-version": 1
},
"fmem": {
"baseline": "c-libs-2ccee3d2fb",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "d9e09f93f0880db415faf7f65f4dd483a5b2882a",
"version": "2.2.1",
"port-version": 1
},
{
"git-tree": "226d8e9bba548bfb4592dfe5979797e3ffde0f69",
"version": "2.2.1",