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

Fix Crosscompilation for Windows on Linux #1432

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Apr 22, 2024

  1. Fix Crosscompilation for Windows on Linux

    During compilation the build-script looks for libRpcRT4.dll, this file can not be found if the host system has a case-sensitve file system (e.g. Linux) and the case does not match (e.g. mingw32-64 provides librpcrt4.dll)
    
    Signed-off-by: Ernst Blecha <[email protected]>
    ernstblechaPT committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    bc1bd9c View commit details
    Browse the repository at this point in the history