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

framework_tool: Statically link CRT #58

Merged
merged 1 commit into from
Oct 21, 2024
Merged

framework_tool: Statically link CRT #58

merged 1 commit into from
Oct 21, 2024

Conversation

JohnAZoidberg
Copy link
Member

Otherwise it won't run on freshly installed Windows systems because vcruntime is missing.

Must cargo build --release to get it. Debug builds won't have it linked statically.

Otherwise it won't run on freshly installed Windows systems because
vcruntime is missing.

Must `cargo build --release` to get it. Debug builds won't have it
linked statically.

Signed-off-by: Daniel Schaefer <[email protected]>
@JohnAZoidberg JohnAZoidberg merged commit 12482ad into main Oct 21, 2024
6 checks passed
@JohnAZoidberg JohnAZoidberg deleted the static-crt branch October 21, 2024 05:48
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