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

MSVC: attempt to choose msvcrt.lib vs libcmt.lib correctly #2862

Closed
wants to merge 1 commit into from
Closed

MSVC: attempt to choose msvcrt.lib vs libcmt.lib correctly #2862

wants to merge 1 commit into from

Conversation

steven-johnson
Copy link
Contributor

See Issue #2120: if we specify /MD for copts, we should attempt to use
MSVCRTx.lib instead of LIBCMTx.lib.

See Issue #2120: if we specify /MD for copts, we should attempt to use
MSVCRTx.lib instead of LIBCMTx.lib.
@bazel-io
Copy link
Member

Can one of the admins verify this patch?

@meteorcloudy
Copy link
Member

The change looks good, I'll merge it.
But FYI, we are working on removing the python wrapper scripts, we'll provide a new way to select /MD or /MT.

@bazel-io bazel-io closed this in 0512a0e Apr 24, 2017
@steven-johnson
Copy link
Contributor Author

Thanks for merging this. Is this in time to make it into 0.5 release? (It's pretty much essential for our Windows project to build properly.)

@meteorcloudy
Copy link
Member

I added this to the release bug, the release manger would cherry-pick it if it's not cut into 0.5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants