Skip to content

Commit fd83420

Browse files
committed
CMake: Fix library search names for fluidsynth.
Using a mingw toolchain, the import library may have a -3 suffix too.
1 parent 8560d3f commit fd83420

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prboom2/cmake/FindFluidSynth.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ find_file(
5656

5757
find_library(
5858
FluidSynth_LIBRARY
59-
NAMES fluidsynth libfluidsynth
59+
NAMES fluidsynth libfluidsynth fluidsynth-3 libfluidsynth-3
6060
HINTS "${PC_FLUIDSYNTH_LIBDIR}"
6161
)
6262

0 commit comments

Comments
 (0)