# # # patch "tests/empty_environment/__driver__.lua" # from [4e70feabad49fb196e7637136cd66b5a4f54b59d] # to [1158e796db5bd4491f57e9b548265a879fcaf161] # ============================================================ --- tests/empty_environment/__driver__.lua 4e70feabad49fb196e7637136cd66b5a4f54b59d +++ tests/empty_environment/__driver__.lua 1158e796db5bd4491f57e9b548265a879fcaf161 @@ -8,8 +8,10 @@ if ostype == "Windows" then if ostype == "Windows" then local iconv = getpathof("libiconv-2", ".dll") + local intl = getpathof("libintl-8", ".dll") local zlib = getpathof("zlib1", ".dll") copy(iconv, "libiconv-2.dll") + copy(intl, "libintl-8.dll") copy(zlib, "zlib1.dll") elseif string.sub(ostype, 1, 6) == "CYGWIN" then local cygwin = getpathof("cygwin1", ".dll")