diff options
Diffstat (limited to 'repo/system/brotli.xibuild')
-rw-r--r-- | repo/system/brotli.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/system/brotli.xibuild b/repo/system/brotli.xibuild index 0290900..dbdd973 100644 --- a/repo/system/brotli.xibuild +++ b/repo/system/brotli.xibuild @@ -1,7 +1,7 @@ #!/bin/sh MAKEDEPS="cmake make " -DEPS="glibc" +DEPS="musl" SOURCE=https://github.com/google/brotli DESC="A generic-purpose lossless compression algorithm" |