mirror of https://github.com/BOINC/boinc.git
Foundation library names should be capitalized. Apparently
this matters on some filesystems. svn path=/trunk/boinc/; revision=7321
This commit is contained in:
parent
22f8f51d29
commit
bfd9fb22eb
|
@ -12,7 +12,7 @@ client-bin: @CLIENT_BIN_FILENAME@
|
|||
LIBS += @CLIENTLIBS@
|
||||
|
||||
if OS_DARWIN
|
||||
LIBS+=-framework corefoundation -framework iokit
|
||||
LIBS += -framework IOKit -framework Foundation -framework ScreenSaver -framework Cocoa
|
||||
endif
|
||||
|
||||
bin_PROGRAMS = boinc_client
|
||||
|
|
|
@ -7,7 +7,7 @@ LIBS += @CLIENTLIBS@
|
|||
|
||||
|
||||
if OS_DARWIN
|
||||
LIBS += -framework foundation -framework iokit -framework screensaver
|
||||
LIBS += -framework IOKit -framework Foundation -framework ScreenSaver -framework Cocoa
|
||||
mac_sources = mac/SystemMenu.m \
|
||||
mac/mac_saver_module.cpp \
|
||||
mac/Mac_Saver_ModuleView.m \
|
||||
|
|
Loading…
Reference in New Issue