Skip to content

Commit

Permalink
macOS only needs to link against CoreFoundation, not Carbon.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jul 11, 2017
1 parent f2cbac7 commit 3b5091b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -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.
Expand Down

0 comments on commit 3b5091b

Please sign in to comment.