diff options
Diffstat (limited to 'repo/system/libpipeline.xibuild')
-rw-r--r-- | repo/system/libpipeline.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/system/libpipeline.xibuild b/repo/system/libpipeline.xibuild index c22ad67..e7cac33 100644 --- a/repo/system/libpipeline.xibuild +++ b/repo/system/libpipeline.xibuild @@ -1,7 +1,7 @@ #!/bin/sh MAKEDEPS="make " -DEPS="glibc" +DEPS="musl" PKG_VER=1.5.5 SOURCE=http://download.savannah.nongnu.org/releases/libpipeline/libpipeline-$PKG_VER.tar.gz |