We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14d1c56 commit 7339900Copy full SHA for 7339900
windows-release.ps1
@@ -338,9 +338,6 @@ if (Test-Path -Path $WebKitBuild/lib64) {
338
339
Copy-Item $WebKitBuild/cmakeconfig.h $output/include/cmakeconfig.h
340
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"
344
345
Add-Content -Path $output/include/cmakeconfig.h -Value "`#define BUN_WEBKIT_VERSION `"$BUN_WEBKIT_VERSION`""
346
0 commit comments