diff options
| author | 2026-04-01 18:37:03 -0400 | |
|---|---|---|
| committer | 2026-04-01 18:37:10 -0400 | |
| commit | 747a9adfd25080557079779a79573e54e0cb6618 (patch) | |
| tree | 0987d840d39d78b94fcfa976278ba6619f8e5775 /scripts/src | |
| parent | 7b839b61b19f0980dae80777bf988ae22dc2aea6 (diff) | |
scripts/src/tools.lua: Fix errors linking jedutil on newer Linux
Diffstat (limited to 'scripts/src')
| -rw-r--r-- | scripts/src/tools.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/src/tools.lua b/scripts/src/tools.lua index 5fba6c38c37..22c13322e2a 100644 --- a/scripts/src/tools.lua +++ b/scripts/src/tools.lua @@ -118,8 +118,11 @@ end links { "utils", ext_lib("expat"), + "7z", "ocore_" .. _OPTIONS["osd"], ext_lib("zlib"), + ext_lib("zstd"), + ext_lib("flac"), ext_lib("utf8proc"), } |
