Skip to content

Commit 7c512fe

Browse files
committed
Revert "Build libressl every time"
This reverts commit effeaf5.
1 parent 7e8a4fb commit 7c512fe

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Build Dependencies/buildDependencies.sh

+5-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@ 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-
export LIBRARIES_TO_BUILD="libgpg-error libgcrypt libotr libressl"
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
1115

1216
export ROOT_DIRECTORY="/private/tmp/com.codeux.frameworks.encryptionKit/"
1317

0 commit comments

Comments
 (0)