diff options
Diffstat (limited to 'repo/system/expat.xibuild')
-rw-r--r-- | repo/system/expat.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/system/expat.xibuild b/repo/system/expat.xibuild index 2a39034..98f410c 100644 --- a/repo/system/expat.xibuild +++ b/repo/system/expat.xibuild @@ -1,7 +1,7 @@ #!/bin/sh MAKEDEPS="make " -DEPS="glibc" +DEPS="musl" PKG_VER=2.4.2 SOURCE=https://github.com/libexpat/libexpat/releases/download/R_$(echo $PKG_VER | sed "s|\.|_|g")/expat-$PKG_VER.tar.xz |