Work-around for gcc bug 1568899.

This commit is contained in:
Anders Ruud
2016-08-19 08:46:05 +00:00
parent 9998e761a4
commit d896f7f871
+3
View File
@@ -199,6 +199,9 @@ Please see http://bitbucket.org/rude/megasource
${VORBISFILE_LIBRARY}
${LOVE_LUA_LIBRARY}
)
# Work-around for gcc bug 1568899.
set(LOVE_LINK_LIBRARIES ${LOVE_LINK_LIBRARIES} gcc_s gcc)
if(LOVE_MPG123)
find_package(MPG123 REQUIRED)