]> granicus.if.org Git - php/commitdiff
- #49986, fix ICU DLLs path
authorPierre Joye <pajoye@php.net>
Sat, 24 Oct 2009 19:52:23 +0000 (19:52 +0000)
committerPierre Joye <pajoye@php.net>
Sat, 24 Oct 2009 19:52:23 +0000 (19:52 +0000)
win32/build/mkdist.php

index 60fbac896028bc948d9d042828ccc4f71e1c6bfe..757d06c39375670df50421b6f8b35d061c1bc84d 100644 (file)
@@ -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));
 }