Skip to content

Commit

Permalink
CMake: Forgot to commit the ogg changes
Browse files Browse the repository at this point in the history
Ouch!
  • Loading branch information
Wohlstand committed Jan 26, 2022
1 parent 6b1fdfc commit 1aa292b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/codecs/music_ogg.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ if(LIBOGG_NEEDED)
find_package(OGG REQUIRED)
else()
if(DOWNLOAD_AUDIO_CODECS_DEPENDENCY)
set(OGG_LIBRARIES ogg)
set(OGG_LIBRARIES ogg${MIX_DEBUG_SUFFIX})
else()
find_library(OGG_LIBRARIES NAMES ogg
HINTS "${AUDIO_CODECS_INSTALL_PATH}/lib")
Expand Down

0 comments on commit 1aa292b

Please sign in to comment.