From 05050f8a18b6b300cb19c8e003302966755fb795 Mon Sep 17 00:00:00 2001 From: Emanuele Scarsella Date: Wed, 29 Nov 2023 18:36:26 +0100 Subject: [PATCH] bug fix --- windows/libraries/icu.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/libraries/icu.php b/windows/libraries/icu.php index 539d5f0..cbbeb89 100644 --- a/windows/libraries/icu.php +++ b/windows/libraries/icu.php @@ -44,7 +44,7 @@ protected function build(): void $ret = 0; passthru( "cd {$this->sourceDir}/source && " . - "{$this->config->configureEnv} " . + // "{$this->config->configureEnv} " . ' ./runConfigureICU Cygwin ' . '--enable-static ' . '--disable-shared ' .