Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@FooIbar
Copy link

@FooIbar FooIbar commented Dec 3, 2025

  • Ship vcpkg dependencies alongside the dynamic binaries
  • Include headers in artifacts
  • Optimize directory structure

Fixes #2333, #4497 (comment)

shell: 'powershell'
run: |
Compress-Archive -Path prefix\bin\*, prefix\lib\* `
Compress-Archive -Path prefix\bin\*, prefix\include, prefix\lib, prefix\licenses `
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think include and lib are necessary in dynamic builds, but I'll let the reviewers decide.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Why doesn't jxl-x64-windows-static.zip contain static libraries and headers? Or any headers at all?

1 participant