Skip to content

Commit

Permalink
icu too
Browse files Browse the repository at this point in the history
  • Loading branch information
dylan-conway committed Sep 12, 2024
1 parent 6543e3a commit 6685223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windows-release.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ if (!(Test-Path -Path $ICU_STATIC_ROOT)) {
if ($CMAKE_BUILD_TYPE -eq "Debug") {
$ConfigureFile = $ConfigureFile -replace "debug=0", "debug=1"
$ConfigureFile = $ConfigureFile -replace "release=1", "release=0"
$ConfigureFile = $ConfigureFile -replace "-MDd", "-MTd /DU_STATIC_IMPLEMENTATION"
$ConfigureFile = $ConfigureFile -replace "-MDd", "-MTd /DU_STATIC_IMPLEMENTATION /D_ITERATOR_DEBUG_LEVEL=0"
} else {
$ConfigureFile = $ConfigureFile -replace "-MD'", "-MT /DU_STATIC_IMPLEMENTATION'"
}
Expand Down

0 comments on commit 6685223

Please sign in to comment.