X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=scripts%2Fgen_travis_yml.php;h=ff43cf063b88ed4f827130ec89c79df5b97e6acf;hb=cb4b67381dd7bc1f9c8bc1c65729ed0e694512ae;hp=cd748488ba7cb8a1186a1b686474864e3180c615;hpb=2e92ec70991d53cb3d6d710ae7a6b3a6b31ec978;p=m6w6%2Fext-http diff --git a/scripts/gen_travis_yml.php b/scripts/gen_travis_yml.php index cd74848..ff43cf0 100755 --- a/scripts/gen_travis_yml.php +++ b/scripts/gen_travis_yml.php @@ -26,6 +26,7 @@ $env = $gen([ "enable_json", "enable_hash" => ["yes"], "enable_iconv" => ["yes"], + "with_http_libicu_dir", ]); foreach ($env as $e) { printf(" - %s\n", $e);