Skip to content

Commit 7339900

Browse files
WebKit ARM64 Builderclaude
andcommitted
Remove unnecessary Move-Item operations for ICU libraries
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 14d1c56 commit 7339900

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

windows-release.ps1

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -338,9 +338,6 @@ if (Test-Path -Path $WebKitBuild/lib64) {
338338

339339
Copy-Item $WebKitBuild/cmakeconfig.h $output/include/cmakeconfig.h
340340

341-
# vcpkg static builds already produce files with 's' prefix, so no renaming needed
342-
# The static libraries are already named sicudt.lib, sicuin.lib, etc.
343-
Write-Host ":: ICU static libraries are already properly named"
344341

345342
Add-Content -Path $output/include/cmakeconfig.h -Value "`#define BUN_WEBKIT_VERSION `"$BUN_WEBKIT_VERSION`""
346343

0 commit comments

Comments
 (0)