Adapt static-compat-pianobooster to added alsa support in fluidsynth

This commit is contained in:
Martchus 2023-10-27 22:12:17 +02:00
parent 75b9126b04
commit ea0193938c
1 changed files with 4 additions and 1 deletions

View File

@ -53,7 +53,10 @@ build () {
-DWITH_INTERNAL_FLUIDSYNTH=ON \
-DBUILTIN_TRANSLATIONS:BOOL=ON \
-DQT_PACKAGE_PREFIX=Qt6 \
-DWITH_MAN=OFF
-DWITH_MAN=OFF \
-DUSE_FTGL=ON \
-DCMAKE_EXE_LINKER_FLAGS='-fopenmp' \
-DUSER_DEFINED_ADDITIONAL_LIBRARIES='-lasound'
VERBOSE=1 cmake --build build
}