diff options
Diffstat (limited to 'repo/system/pcre2.xibuild')
-rw-r--r-- | repo/system/pcre2.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/system/pcre2.xibuild b/repo/system/pcre2.xibuild index 4f9b783..770ad58 100644 --- a/repo/system/pcre2.xibuild +++ b/repo/system/pcre2.xibuild @@ -1,7 +1,7 @@ #!/bin/sh MAKEDEPS="make " -DEPS="musl readline zlib bzip2 bash" +DEPS="musl readline zlib bzip2 sh" PKG_VER=10.39 SOURCE=https://github.com/PhilipHazel/pcre2/releases/download/pcre2-$PKG_VER/pcre2-$PKG_VER.tar.gz |