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

[glew] Disable the link option /nodefaultlib and /noentry #6853

Merged
merged 2 commits into from
Jun 12, 2019
Merged

[glew] Disable the link option /nodefaultlib and /noentry #6853

merged 2 commits into from
Jun 12, 2019

Conversation

Cheney-W
Copy link
Contributor

  1. In an internal VS version, glew installed failed with error LNK2019: unresolved external symbol memset referenced in function glewContextInit. It's due to glew didn't link with the CRT.
  2. Disable the link option /nodefaultlib and /noentry to let glew link with the CRT.

@Cheney-W Cheney-W added the info:internal This PR or Issue was filed by the vcpkg team. label Jun 11, 2019
@Rastaban Rastaban self-assigned this Jun 11, 2019
ports/glew/portfile.cmake Outdated Show resolved Hide resolved
@Rastaban
Copy link
Contributor

/azp run

@Rastaban Rastaban merged commit d4412e0 into microsoft:master Jun 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
info:internal This PR or Issue was filed by the vcpkg team.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants