macOS only needs to link against CoreFoundation, not Carbon.

This commit is contained in:
Ryan C. Gordon 2017-07-11 00:39:18 -04:00
parent f2cbac7479
commit 3b5091ba9f
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,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 CoreFoundation -framework IOKit")
endif()
# Add some gcc-specific command lines.