Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuele-scarsella committed Nov 29, 2023
1 parent 820fbe7 commit 76f596b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions windows/libraries/icu.php
Original file line number Diff line number Diff line change
Expand Up @@ -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} " .
Expand Down

0 comments on commit 76f596b

Please sign in to comment.