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

embree: import cross compile fixes. #4

Commits on Nov 9, 2020

  1. embree: import cross compile fixes.

    Fix typos in #if and nonstandard implicit cast.
    Collectively, these two fixes allow embree to be cross compiled using llvm-mingw on Linux:
    Note that in addition to fixing the typo with _MSC_VER, the defined check must be added to avoid undefined symbols acting as 0.
    See RenderKit/embree#310
    lyuma committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    62acddf View commit details
    Browse the repository at this point in the history