diff options
author | 2016-12-31 09:07:40 -0500 | |
---|---|---|
committer | 2016-12-31 11:17:07 -0500 | |
commit | 5be1b8e6e044cbd13ccc3e8fbbeab00ec576784b (patch) | |
tree | c11f8471b7b6868d26721e4cb53edeec94b46bae /scripts/src/main.lua | |
parent | 11a44f2c75044add678d5fcae40365ba873ff6ff (diff) |
Introduced utf8proc and created wrapper code to expose a prettier API
Diffstat (limited to 'scripts/src/main.lua')
-rw-r--r-- | scripts/src/main.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/src/main.lua b/scripts/src/main.lua index a78965a52b2..22bef465c18 100644 --- a/scripts/src/main.lua +++ b/scripts/src/main.lua @@ -276,6 +276,7 @@ end links { ext_lib("zlib"), ext_lib("flac"), + ext_lib("utf8proc"), } if (STANDALONE~=true) then links { |