Skip to content

Commit 747a9ad

Browse files
committed
scripts/src/tools.lua: Fix errors linking jedutil on newer Linux
1 parent 7b839b6 commit 747a9ad

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

scripts/src/tools.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,11 @@ end
118118
links {
119119
"utils",
120120
ext_lib("expat"),
121+
"7z",
121122
"ocore_" .. _OPTIONS["osd"],
122123
ext_lib("zlib"),
124+
ext_lib("zstd"),
125+
ext_lib("flac"),
123126
ext_lib("utf8proc"),
124127
}
125128

0 commit comments

Comments
 (0)