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

Added option for static CRT using /MT flag (thanks @spector-9) #166

Merged
merged 1 commit into from
Mar 27, 2023
Merged

Added option for static CRT using /MT flag (thanks @spector-9) #166

merged 1 commit into from
Mar 27, 2023

Conversation

spector-9
Copy link
Contributor

Changes in this pull request

Some libraries might have conflict if they are using /MT and this crate uses /MD flag or vice versa for linking the runtime on Windows. So this just add a simple feature flag to change the runtime to static using /MT if required.

Checklist

  • This PR represents a single feature, fix, or change.
  • All applicable changes have been documented.
  • Any TO DO items (or similar) have been entered as GitHub issues and the link to that issue has been included in a comment.

@scouten-adobe scouten-adobe changed the title Added option for static crt using MT flag. Added option for static crt using MT flag (thanks @spector-9) Mar 26, 2023
@codecov
Copy link

codecov bot commented Mar 26, 2023

Codecov Report

Merging #166 (57c6349) into main (e7ec845) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #166   +/-   ##
=======================================
  Coverage   97.93%   97.93%           
=======================================
  Files           9        9           
  Lines        1599     1599           
=======================================
  Hits         1566     1566           
  Misses         33       33           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@scouten-adobe
Copy link
Member

Hi @spector-9, this looks straightforward. Would you please sign the Adobe contributor license agreement? I'll be happy to merge this once that's completed. Thank you!

@scouten-adobe scouten-adobe changed the title Added option for static crt using MT flag (thanks @spector-9) Added option for static CRT using /MT flag (thanks @spector-9) Mar 26, 2023
scouten-adobe added a commit that referenced this pull request Mar 26, 2023
@spector-9
Copy link
Contributor Author

@scouten-adobe Done. Thanks.

@scouten-adobe scouten-adobe merged commit d1a0e67 into adobe:main Mar 27, 2023
scouten-adobe added a commit that referenced this pull request Mar 27, 2023
@scouten-adobe
Copy link
Member

@spector-9 thanks for this PR. Just released crate version 1.2.1, which includes your change.

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.

2 participants