Skip to content

Commit

Permalink
Fix compilation on non-Windows systems.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rinnegatamante committed Oct 13, 2024
1 parent 80134dc commit e5bb57d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ add_executable(YoYoLoader

target_link_libraries(YoYoLoader
-Wl,--whole-archive pthread -Wl,--no-whole-archive
opensles
openSLES
sndfile
openal
m
Expand Down Expand Up @@ -112,7 +112,7 @@ add_executable(YoYoLoader

target_link_libraries(YoYoLoader
-Wl,--whole-archive pthread -Wl,--no-whole-archive
opensles
openSLES
sndfile
FLAC
vorbis
Expand Down

0 comments on commit e5bb57d

Please sign in to comment.