Browse Source

Remove old (cmake-only) workaround for issue #1173.

Bart van Strien 8 years ago
parent
commit
6d95ff7fb7
1 changed files with 0 additions and 3 deletions
  1. 0 3
      CMakeLists.txt

+ 0 - 3
CMakeLists.txt

@@ -200,9 +200,6 @@ Please see http://bitbucket.org/rude/megasource
 		${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)
 		set(LOVE_LINK_LIBRARIES