diff options
author | davidovski <david@davidovski.xyz> | 2021-12-22 20:46:27 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2021-12-22 20:46:27 +0000 |
commit | 33551c70d0f7e136fe30837f61eba2a356c549a2 (patch) | |
tree | 3b2490eecb40e6e3359a0a77e80585ef31780f7f /repo | |
parent | 62a0b9b7de1e419a2bf960cf97889f6e9c0524ef (diff) |
fixed openssl deps
Diffstat (limited to 'repo')
-rw-r--r-- | repo/core/openssl.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/core/openssl.xibuild b/repo/core/openssl.xibuild index 96d7cb8..f60c673 100644 --- a/repo/core/openssl.xibuild +++ b/repo/core/openssl.xibuild @@ -1,6 +1,6 @@ #!/bin/bash -DEPS=(glic) +DEPS=(glibc) SOURCE=https://github.com/openssl/openssl DESC="The open source management tools and libraries for cryptography" |