Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/client_theming.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/osx
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2016-08-23 14:35:52 +0300
committerGitHub <noreply@github.com>2016-08-23 14:35:52 +0300
commitb5d8f49e250134b8b61d04bcf8d04d6bd2019d4c (patch)
treed4e6c821923b58a7086a8557e5ab2ca7cf8a7730 /osx
parent13795e3d756ea94319bc5001844c6e39572b7e6f (diff)
Update build.sh
Diffstat (limited to 'osx')
-rw-r--r--osx/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/osx/build.sh b/osx/build.sh
index bc84206..00f14b7 100644
--- a/osx/build.sh
+++ b/osx/build.sh
@@ -3,7 +3,7 @@ export PATH=/usr/local/Qt-5.4.0/bin/:$PATH
export OPENSSL_ROOT_DIR=$(brew --prefix openssl)
# Build qtkeychain
-cd ~/client/
+cd ~/client/src/3rdparty/qtkeychain
cmake -DCMAKE_OSX_SYSROOT="/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk" -DCMAKE_OSX_DEPLOYMENT_TARGET=10.8 -DCMAKE_INSTALL_PREFIX=/Users/builder/install -DCMAKE_PREFIX_PATH=/Users/builder/Qt/5.4/clang_64 .
sudo make install