Skip to content

Commit 088ac35

Browse files
committed
clone and build fluidsynth
1 parent 9ae57c2 commit 088ac35

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build-cmakelibs.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ $FETCH v1.7.3 https://github.com/hyperrealm/libconfig.git &
126126

127127
$FETCH R_2_6_2 https://github.com/libexpat/libexpat.git &
128128

129+
$FETCH ee-sans_glib https://github.com/ps2dev/fluidsynth &
129130
# wait for fetch jobs to finish
130131
wait
131132

@@ -196,5 +197,6 @@ CFLAGS="-DHAVE_NEWLOCALE -DHAVE_USELOCALE -DHAVE_FREELOCALE" build_ee libconfig
196197

197198
CFLAGS="-Darc4random_buf=random -DHAVE_GETRANDOM" build_ee libexpat/expat -DEXPAT_BUILD_EXAMPLES=OFF -DEXPAT_BUILD_TESTS=OFF -DEXPAT_SHARED_LIBS=OFF -DEXPAT_BUILD_TOOLS=OFF
198199

200+
build_ee LIBFLUID_CPPFLAGS="-DFLUIDSYNTH_NOT_A_DLL -DFLUID_MUTEX_INIT" fluidsynth -Denable=aufile=OFF -DBUILD_SHARED_LIBS=OFF -Denable-dbus=OFF -Denable-ipv6=OFF -Denable-jack=OFF -Denable-libinstpatch=OFF -Denable-libsndfile=OFF -Denable-midishare=OFF -Denable-network=OFF -Denable-oss=OFF -Denable-oss=OFF -Denable-dsound=OFF -Denable-wasapi=OFF -Denable-waveout=OFF -Denable-winmidi=OFF -Denable-pulseaudio=OFF -Denable-pipewire=OFF -Denable-readline=OFF -Denable-threads=OFF -Denable-openmp=OFF
199201
# Finish
200202
cd ..

0 commit comments

Comments
 (0)