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 authored and JohnnyonFlame committed Oct 13, 2024
1 parent 80134dc commit b3be111
Show file tree
Hide file tree
Showing 2 changed files 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
Binary file removed banners/NEON.png
Binary file not shown.

0 comments on commit b3be111

Please sign in to comment.