瀏覽代碼

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

Ryan C. Gordon 14 年之前
父節點
當前提交
e4cc3fcd9b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      CMakeLists.txt

+ 1 - 1
CMakeLists.txt

@@ -50,7 +50,7 @@ IF(MACOSX)
 
 
     # Need these everywhere...
     # Need these everywhere...
     ADD_DEFINITIONS(-fno-common)
     ADD_DEFINITIONS(-fno-common)
-    SET(OTHER_LDFLAGS ${OTHER_LDFLAGS} " -framework Carbon -framework IOKit")
+    SET(OTHER_LDFLAGS ${OTHER_LDFLAGS} "-framework Carbon -framework IOKit")
 ENDIF(MACOSX)
 ENDIF(MACOSX)
 
 
 # Add some gcc-specific command lines.
 # Add some gcc-specific command lines.