[Pkg-owncloud-commits] [owncloud-client] 171/498: shell_i: Avoid always rebuilding SyncStateFinder.osax #2482

Sandro Knauß hefee-guest at moszumanska.debian.org
Tue Aug 11 14:48:47 UTC 2015


This is an automated email from the git hooks/post-receive script.

hefee-guest pushed a commit to branch master
in repository owncloud-client.

commit db38bf4a0c9666212a6416221f4700f93366f0e1
Author: Jocelyn Turcotte <jturcotte at woboq.com>
Date:   Tue Jun 16 16:03:38 2015 +0200

    shell_i: Avoid always rebuilding SyncStateFinder.osax #2482
    
    The archive buildaction causes this. Use the default build while
    forcing the Release configuration instead.
    
    In both cases the result will end up in SYMROOT.
---
 shell_integration/MacOSX/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shell_integration/MacOSX/CMakeLists.txt b/shell_integration/MacOSX/CMakeLists.txt
index b18bf08..d36647f 100644
--- a/shell_integration/MacOSX/CMakeLists.txt
+++ b/shell_integration/MacOSX/CMakeLists.txt
@@ -2,7 +2,7 @@
 if(APPLE)
 add_custom_target( legacy_mac_overlayplugin ALL
                    xcodebuild -workspace ${CMAKE_SOURCE_DIR}/shell_integration/MacOSX/OwnCloud.xcworkspace
-                            -scheme SyncStateFinder.osax SYMROOT=${CMAKE_CURRENT_BINARY_DIR} archive
+                            -scheme SyncStateFinder.osax -configuration Release SYMROOT=${CMAKE_CURRENT_BINARY_DIR}
                    COMMENT building Legacy Mac Overlay icons)
 
 # The bundle identifier and application group need to have compatible values with the client

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git



More information about the Pkg-owncloud-commits mailing list