aboutsummaryrefslogtreecommitdiff
path: root/cmake/scripts/darwin_embedded
diff options
context:
space:
mode:
authorfuzzard <fuzzard@kodi.tv>2022-05-27 14:17:01 +1000
committerfuzzard <fuzzard@kodi.tv>2022-06-02 10:06:39 +1000
commit3f30c258adc295c685b5da13bae27f444d24d39d (patch)
treecb1cbc982108f9f8fe1510d333726fde34da63b5 /cmake/scripts/darwin_embedded
parent3ae188b16886b49105b4a7068140851c861b18b1 (diff)
[cmake] Remove default DEBUG_POSTFIX for ArchSetup
remove arch based DEBUG_POSTFIX. turns out we are better to have the individual lib builds to define a postfix when appropriate.
Diffstat (limited to 'cmake/scripts/darwin_embedded')
-rw-r--r--cmake/scripts/darwin_embedded/ArchSetup.cmake2
1 files changed, 0 insertions, 2 deletions
diff --git a/cmake/scripts/darwin_embedded/ArchSetup.cmake b/cmake/scripts/darwin_embedded/ArchSetup.cmake
index 0730c4567a..b3258bebfd 100644
--- a/cmake/scripts/darwin_embedded/ArchSetup.cmake
+++ b/cmake/scripts/darwin_embedded/ArchSetup.cmake
@@ -33,8 +33,6 @@ endif()
list(APPEND CMAKE_SYSTEM_PREFIX_PATH ${NATIVEPREFIX})
-set(DEBUG_POSTFIX d CACHE STRING "Debug library postfix.")
-
list(APPEND DEPLIBS "-framework CoreFoundation" "-framework CoreVideo"
"-framework CoreAudio" "-framework AudioToolbox"
"-framework QuartzCore" "-framework MediaPlayer"