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 6823a77 commit 820fbe7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions windows/libraries/icu.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ protected function build(): void
$cxxflags = 'CXXFLAGS="-std=c++11"';
$ldflags = 'LDFLAGS="-static"';
passthru(
$this->config->setX . ' && ' .
"cd {$this->sourceDir}/source && " .
"cd {$this->sourceDir}/source && " .
"{$this->config->configureEnv} " .
' ./runConfigureICU Cygwin ' .
'--enable-static ' .
Expand Down

0 comments on commit 820fbe7

Please sign in to comment.