macos related fixes
This commit is contained in:
parent
76912b6d80
commit
5bad3b2db7
@ -48,7 +48,7 @@ RSS Guard is a cross-platform application, and at this point it is known to work
|
|||||||
* Windows 7+
|
* Windows 7+
|
||||||
* GNU/Linux (including PinePhone and other Linux-based phone operating systems)
|
* GNU/Linux (including PinePhone and other Linux-based phone operating systems)
|
||||||
* BSD (FreeBSD, OpenBSD, NetBSD, etc.)
|
* BSD (FreeBSD, OpenBSD, NetBSD, etc.)
|
||||||
* macOS 10.10+
|
* macOS 10.13+
|
||||||
* OS/2 (ArcaOS, eComStation)
|
* OS/2 (ArcaOS, eComStation)
|
||||||
|
|
||||||
## Major Features <a id="mfe"></a>
|
## Major Features <a id="mfe"></a>
|
||||||
|
@ -645,8 +645,8 @@ if(UNIX AND NOT APPLE AND NOT ANDROID)
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(APPLE)
|
if(APPLE)
|
||||||
target_compile_options(rssguard PUBLIC -mmacosx-version-min=10.8)
|
target_compile_options(rssguard PUBLIC -mmacosx-version-min=10.13)
|
||||||
target_link_options(rssguard PUBLIC -mmacosx-version-min=10.8)
|
target_link_options(rssguard PUBLIC -mmacosx-version-min=10.13)
|
||||||
target_link_libraries(rssguard PUBLIC
|
target_link_libraries(rssguard PUBLIC
|
||||||
"-framework AppKit"
|
"-framework AppKit"
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user