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 d1e3510 commit 2f75b3eCopy full SHA for 2f75b3e
1 file changed
CMakeLists.txt
@@ -2942,6 +2942,11 @@ elseif(OGC)
2942
list(INSERT SDL_LIBS 0 "-lSDL2main")
2943
list(APPEND EXTRA_LIBS "fat")
2944
endif()
2945
+ list(APPEND EXTRA_LDFLAGS "${OGC_ARCH_SETTINGS} ${OGC_LINKER_FLAGS}")
2946
+ if(NINTENDO_WII)
2947
+ list(APPEND EXTRA_LIBS "wiiuse;bte")
2948
+ endif()
2949
+ list(APPEND EXTRA_LIBS "ogc;m")
2950
2951
2952
if(HAVE_VULKAN AND NOT SDL_LOADSO)
0 commit comments