diff options
Diffstat (limited to 'repo/system/libusb.xibuild')
-rw-r--r-- | repo/system/libusb.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/system/libusb.xibuild b/repo/system/libusb.xibuild index 5587090..324b100 100644 --- a/repo/system/libusb.xibuild +++ b/repo/system/libusb.xibuild @@ -1,7 +1,7 @@ #!/bin/sh MAKEDEPS="make" -DEPS="glibc eudev" +DEPS="musl eudev" PKG_VER=1.0.25 SOURCE=https://github.com/libusb/libusb/releases/download/v$PKG_VER/libusb-$PKG_VER.tar.bz2 |