macOS only needs to link against CoreFoundation, not Carbon.
This commit is contained in:
parent
f2cbac7479
commit
3b5091ba9f
|
@ -49,7 +49,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 CoreFoundation -framework IOKit")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# Add some gcc-specific command lines.
|
# Add some gcc-specific command lines.
|
||||||
|
|
Loading…
Reference in New Issue