We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d968fe commit 2787659Copy full SHA for 2787659
Libraries/CMakeLists.txt
@@ -355,8 +355,6 @@ list(APPEND SFONT_SOURCES
355
${FLUIDLITE_DIR}/src/fluid_voice.c
356
)
357
358
-if(MSVC)
359
-
360
list(APPEND SFONT_SOURCES
361
${FLUIDLITE_DIR}/libvorbis-1.3.5/lib/vorbisenc.c
362
${FLUIDLITE_DIR}/libvorbis-1.3.5/lib/info.c
@@ -384,7 +382,6 @@ list(APPEND SFONT_SOURCES
384
382
${FLUIDLITE_DIR}/libogg-1.3.2/src/bitwise.c
385
383
${FLUIDLITE_DIR}/libogg-1.3.2/src/framing.c
386
387
-endif()
388
389
list(APPEND SFONT_INCLUDES
390
${FLUIDLITE_DIR}/libvorbis-1.3.5/include
0 commit comments