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

Protect #pragma comment(lib, "foo") with _WIN32 checks #6867

Merged
merged 1 commit into from
Jun 12, 2019
Merged

Protect #pragma comment(lib, "foo") with _WIN32 checks #6867

merged 1 commit into from
Jun 12, 2019

Commits on Jun 12, 2019

  1. Protect #pragma comment(lib, "foo") with _WIN32 checks

    lld on Linux can now process #pragma comment(lib, "foo") macros which
    results in build failures on Linux when lld is used. Fix this by
    protecting these macros with _WIN32 checks.
    ismail committed Jun 12, 2019
    Configuration menu
    Copy the full SHA
    727ef27 View commit details
    Browse the repository at this point in the history