diff options
Diffstat (limited to 'repo/system/brotli.xibuild')
-rw-r--r-- | repo/system/brotli.xibuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/repo/system/brotli.xibuild b/repo/system/brotli.xibuild index 69754fa..e3c1751 100644 --- a/repo/system/brotli.xibuild +++ b/repo/system/brotli.xibuild @@ -1,5 +1,6 @@ #!/bin/bash +MAKEDEPS=(cmake make ) DEPS=(glibc) SOURCE=https://github.com/google/brotli |