diff options
author | Christian Fetzer <fetzer.ch@gmail.com> | 2016-06-11 13:53:29 +0200 |
---|---|---|
committer | Christian Fetzer <fetzer.ch@gmail.com> | 2016-06-11 14:33:09 +0200 |
commit | 20ac141ce6ed61179555f117c1e54b1ee7f93355 (patch) | |
tree | 1391efd979a66c202a55db66f37a70c845d4643d /lib/libUPnP/CMakeLists.txt | |
parent | b30e36e72c6215a26922565d7498564f9aa2490c (diff) |
[cmake/osx] Fix build after renaming 'darwin' to 'osx'
https://github.com/xbmc/xbmc/commit/10aa7419b8d1a3170082c6216fc5862721500fff
Diffstat (limited to 'lib/libUPnP/CMakeLists.txt')
-rw-r--r-- | lib/libUPnP/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libUPnP/CMakeLists.txt b/lib/libUPnP/CMakeLists.txt index 29476f557a..b5657204a1 100644 --- a/lib/libUPnP/CMakeLists.txt +++ b/lib/libUPnP/CMakeLists.txt @@ -101,7 +101,7 @@ else() include_directories(Neptune/Source/System/Win32) endif() -if(CORE_SYSTEM_NAME STREQUAL darwin OR CORE_SYSTEM_NAME STREQUAL ios) +if(APPLE) list(APPEND SOURCES Neptune/Source/System/Apple/NptAppleAutoreleasePool.mm Neptune/Source/System/Apple/NptAppleLogConfig.mm) endif() |