Skip to content

Commit 747169a

Browse files
committed
Update dependencies
Set 10.8 as the target operating system Update to the latest version of libressl
1 parent 56a81c6 commit 747169a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Build Dependencies/buildDependencies.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#!/bin/bash
22

3-
export LIBRARY_LIBRESSL_VERSION="2.5.4";
3+
export MACOSX_DEPLOYMENT_TARGET="10.8"
4+
5+
export LIBRARY_LIBRESSL_VERSION="2.5.5";
46
export LIBRARY_GPG_ERROR_VERSION="1.27"
57
export LIBRARY_GCRYPT_VERSION="1.7.7"
68
export LIBRARY_OTR_VERSION="4.1.1"

0 commit comments

Comments
 (0)