Skip to content

Commit 2787659

Browse files
committed
macOS compilation fix
1 parent 1d968fe commit 2787659

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Libraries/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -355,8 +355,6 @@ list(APPEND SFONT_SOURCES
355355
${FLUIDLITE_DIR}/src/fluid_voice.c
356356
)
357357

358-
if(MSVC)
359-
360358
list(APPEND SFONT_SOURCES
361359
${FLUIDLITE_DIR}/libvorbis-1.3.5/lib/vorbisenc.c
362360
${FLUIDLITE_DIR}/libvorbis-1.3.5/lib/info.c
@@ -384,7 +382,6 @@ list(APPEND SFONT_SOURCES
384382
${FLUIDLITE_DIR}/libogg-1.3.2/src/bitwise.c
385383
${FLUIDLITE_DIR}/libogg-1.3.2/src/framing.c
386384
)
387-
endif()
388385

389386
list(APPEND SFONT_INCLUDES
390387
${FLUIDLITE_DIR}/libvorbis-1.3.5/include

0 commit comments

Comments
 (0)