Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Removed a space in CMakeLists.txt that can make the linker grumpy.
  • Loading branch information
icculus committed Jul 25, 2011
1 parent 6549716 commit e4cc3fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -50,7 +50,7 @@ IF(MACOSX)

# 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.
Expand Down

0 comments on commit e4cc3fc

Please sign in to comment.