Skip to content

Commit

Permalink
and bin
Browse files Browse the repository at this point in the history
  • Loading branch information
dylan-conway committed Aug 1, 2024
1 parent 576eab8 commit e02a231
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 @@ -235,9 +235,9 @@ $null = mkdir -ErrorAction SilentlyContinue $output/include/JavaScriptCore
$null = mkdir -ErrorAction SilentlyContinue $output/include/wtf

Copy-Item -Recurse $WebKitBuild/lib $output
Copy-Item -Recurse $WebKitBuild/bin $output

Copy-Item $WebKitBuild/cmakeconfig.h $output/include/cmakeconfig.h
Copy-Item -Recurse $WebKitBuild/bin $output/bin

if ($CMAKE_BUILD_TYPE -eq "Release") {
Move-Item $ICU_STATIC_LIBRARY/icudt.lib $ICU_STATIC_LIBRARY/sicudt.lib
Expand Down

0 comments on commit e02a231

Please sign in to comment.