We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 747169a commit 0ab17c0Copy full SHA for 0ab17c0
Build Dependencies/buildDependencies.sh
@@ -7,11 +7,7 @@ export LIBRARY_GPG_ERROR_VERSION="1.27"
7
export LIBRARY_GCRYPT_VERSION="1.7.7"
8
export LIBRARY_OTR_VERSION="4.1.1"
9
10
-if [ "$1" == "build-libressl" ]; then
11
- export LIBRARIES_TO_BUILD="libressl"
12
-else
13
- export LIBRARIES_TO_BUILD="libgpg-error libgcrypt libotr"
14
-fi
+export LIBRARIES_TO_BUILD="libgpg-error libgcrypt libotr libressl"
15
16
export ROOT_DIRECTORY="/private/tmp/com.codeux.frameworks.encryptionKit/"
17
0 commit comments