Skip to content

Commit 833e352

Browse files
committed
feat: add acl dependency to download script
1 parent f626aeb commit 833e352

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/download_dependencies.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ _deps=(
99
"mimalloc-2.0.6-rev1-linux"
1010
"pcre-8.37-linux"
1111
"smolv-20200525-linux"
12+
"acl-2.0.6-rev1-linux"
1213
)
1314

1415
for dep in ${_deps[*]}

0 commit comments

Comments
 (0)