diff options
Diffstat (limited to 'repo/system/liblinear.xibuild')
-rw-r--r-- | repo/system/liblinear.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/system/liblinear.xibuild b/repo/system/liblinear.xibuild index 81990f0..de47b0e 100644 --- a/repo/system/liblinear.xibuild +++ b/repo/system/liblinear.xibuild @@ -1,7 +1,7 @@ #!/bin/sh MAKEDEPS="make " -DEPS="glibc" +DEPS="musl" PKG_VER=243 SOURCE=https://github.com/cjlin1/liblinear/archive/v$PKG_VER/liblinear-$PKG_VER.tar.gz |