diff options
| author | 2026-04-01 20:12:13 -0400 | |
|---|---|---|
| committer | 2026-04-01 20:12:13 -0400 | |
| commit | 1853beebf2c457c2660f97e974256f423ddbbbed (patch) | |
| tree | 5b682fff0f7d2f78a141c59b43dc191c42e17113 /scripts | |
| parent | 747a9adfd25080557079779a79573e54e0cb6618 (diff) | |
scripts/src/tools.lua: Fix errors linking romcmp on newer Linux
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/src/tools.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/src/tools.lua b/scripts/src/tools.lua index 22c13322e2a..d4d31e3cb94 100644 --- a/scripts/src/tools.lua +++ b/scripts/src/tools.lua @@ -32,6 +32,7 @@ links { "ocore_" .. _OPTIONS["osd"], ext_lib("zlib"), ext_lib("zstd"), + ext_lib("flac"), ext_lib("utf8proc"), } |
