Browse Source

Work-around for gcc bug 1568899.

Anders Ruud 9 years ago
parent
commit
d896f7f871
1 changed files with 3 additions and 0 deletions
  1. 3 0
      CMakeLists.txt

+ 3 - 0
CMakeLists.txt

@@ -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)