mirror of
https://github.com/love2d/love.git
synced 2026-08-12 08:30:56 +02:00
Work-around for gcc bug 1568899.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user