X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=scripts%2Fgen_travis_yml.php;h=ff43cf063b88ed4f827130ec89c79df5b97e6acf;hp=cd748488ba7cb8a1186a1b686474864e3180c615;hb=80bb9787a447fd8443b824f4b3f38ecf87eca9b6;hpb=2e92ec70991d53cb3d6d710ae7a6b3a6b31ec978 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);