Skip to content

Commit 0ab17c0

Browse files
committed
Build libressl every time
App now depends on libressl always being present, so we change the framework to accomidate that.
1 parent 747169a commit 0ab17c0

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Build Dependencies/buildDependencies.sh

+1-5
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,7 @@ export LIBRARY_GPG_ERROR_VERSION="1.27"
77
export LIBRARY_GCRYPT_VERSION="1.7.7"
88
export LIBRARY_OTR_VERSION="4.1.1"
99

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
10+
export LIBRARIES_TO_BUILD="libgpg-error libgcrypt libotr libressl"
1511

1612
export ROOT_DIRECTORY="/private/tmp/com.codeux.frameworks.encryptionKit/"
1713

0 commit comments

Comments
 (0)