Skip to content

Commit

Permalink
Update buildkimageformats.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
jurplel authored Aug 10, 2023
1 parent 61dffb2 commit cccd917
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pwsh/buildkimageformats.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ if ($env:universalBinary) {
# Copy karchive stuff to output as well
if ($IsWindows) {
cp karchive/bin/*.dll $prefix_out
# Also copy all the vcpkg DLLs on windows, since it's apparently not static by default
cp "$env:VCPKG_ROOT/installed/$env:VCPKG_DEFAULT_TRIPLET/bin/*.dll" $prefix_out
} elseif ($IsMacOS) {
cp karchive/bin/*.dylib $prefix_out
Expand Down

0 comments on commit cccd917

Please sign in to comment.