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

Update shiboken includes to fix Windows build. #938

Merged
merged 2 commits into from
Jan 18, 2024

Commits on Jan 13, 2024

  1. Update shiboken includes to fix Windows build.

    Pyside2 and a few other python related packages were updated
    on MSYS2 in the last week or so which caused the Windows Installer
    builds to start failing. This change modifies how include paths
    are specified on the command-line. It appears that shiboken no
    longer handles colon separated path lists so each include is now
    specified with its own -I option.
    acolwell committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    12af4b4 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Configuration menu
    Copy the full SHA
    6b7557e View commit details
    Browse the repository at this point in the history