mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
chore: set xcode target to Debug only for dev builds
Signed-off-by: Jyrki Gadinger <nilsding@nilsding.org>
This commit is contained in:
parent
b3e705cbe1
commit
7219c3bf20
@ -4,7 +4,7 @@
|
||||
if(APPLE)
|
||||
set(OC_OEM_SHARE_ICNS "${CMAKE_BINARY_DIR}/src/gui/${APPLICATION_ICON_NAME}.icns")
|
||||
|
||||
if (CMAKE_BUILD_TYPE MATCHES "Debug" OR CMAKE_BUILD_TYPE MATCHES "RelWithDebInfo")
|
||||
if (NEXTCLOUD_DEV)
|
||||
set(XCODE_TARGET_CONFIGURATION "Debug")
|
||||
else()
|
||||
set(XCODE_TARGET_CONFIGURATION "Release")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user