diff options
Diffstat (limited to 'repo/system/libressl.xibuild')
-rw-r--r-- | repo/system/libressl.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/system/libressl.xibuild b/repo/system/libressl.xibuild index 68c5973..972b884 100644 --- a/repo/system/libressl.xibuild +++ b/repo/system/libressl.xibuild @@ -1,7 +1,7 @@ #!/bin/sh MAKEDEPS="make " -DEPS="glibc" +DEPS="musl" PKG_VER=3.0.1 SOURCE=https://github.com/libressl/libressl/archive/refs/tags/libressl-$PKG_VER.tar.gz |