From bcf7db5f920435781b81ef581aa42615bd46f556 Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Sat, 24 Oct 2009 19:52:23 +0000 Subject: [PATCH] - #49986, fix ICU DLLs path --- win32/build/mkdist.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win32/build/mkdist.php b/win32/build/mkdist.php index 60fbac8960..757d06c393 100644 --- a/win32/build/mkdist.php +++ b/win32/build/mkdist.php @@ -315,7 +315,7 @@ Add ADD_DLLS to add extra DLLs like dynamic dependencies for standard deps. For example, libenchant.dll loads libenchant_myspell.dll or libenchant_ispell.dll */ -$ICU_DLLS = $php_build_dir . '/icu*.dll'; +$ICU_DLLS = $php_build_dir . '/bin/icu*.dll'; foreach (glob($ICU_DLLS) as $filename) { copy($filename, "$dist_dir/" . basename($filename)); } -- 2.40.0