diff --git a/windows/libraries/icu.php b/windows/libraries/icu.php index a3780ef..539d5f0 100644 --- a/windows/libraries/icu.php +++ b/windows/libraries/icu.php @@ -42,9 +42,6 @@ protected function build(): void { Log::i("building {$this->name}"); $ret = 0; - $cppflags = 'CPPFLAGS="-DU_CHARSET_IS_UTF8=1 -DU_USING_ICU_NAMESPACE=1 -DU_STATIC_IMPLEMENTATION=1"'; - $cxxflags = 'CXXFLAGS="-std=c++11"'; - $ldflags = 'LDFLAGS="-static"'; passthru( "cd {$this->sourceDir}/source && " . "{$this->config->configureEnv} " .