author | Ryan C. Gordon <icculus@icculus.org> |
Mon, 25 Jul 2011 11:32:32 -0700 | |
changeset 1174 | f1779b4948bd |
parent 1173 | 77b2df665bd1 |
child 1176 | 367c1f9a996c |
CMakeLists.txt | file | annotate | diff | comparison | revisions |
--- a/CMakeLists.txt Mon Jul 25 11:29:44 2011 -0700 +++ b/CMakeLists.txt Mon Jul 25 11:32:32 2011 -0700 @@ -50,7 +50,7 @@ # Need these everywhere... ADD_DEFINITIONS(-fno-common) - SET(OTHER_LDFLAGS ${OTHER_LDFLAGS} " -framework Carbon -framework IOKit") + SET(OTHER_LDFLAGS ${OTHER_LDFLAGS} "-framework Carbon -framework IOKit") ENDIF(MACOSX) # Add some gcc-specific command lines.