Explorar el Código

Removed a space in CMakeLists.txt that can make the linker grumpy.

Ryan C. Gordon hace 15 años
padre
commit
e4cc3fcd9b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      CMakeLists.txt

+ 1 - 1
CMakeLists.txt

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