Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: force boost to be linked statically in hello apps #451

Closed
wants to merge 1 commit into from

Conversation

cwaldren-ld
Copy link
Contributor

@cwaldren-ld cwaldren-ld commented Oct 5, 2024

The dynamically linked hello apps on Windows haven't worked, ever. Missing symbols in boost.

This might be because we're trying to link boost dynamically, but we're somehow doing it wrong (or the artifacts are built wrong?).

So, this PR attempts to force static linking of boost. This might not work because we don't have position-independent boost static libs on Windows. But it's worth a shot.

@cwaldren-ld cwaldren-ld closed this Oct 7, 2024
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.

1 participant