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