Various fixes for MacOS build

This commit is contained in:
Miguel Jacq 2025-02-26 14:36:55 +11:00
parent 96b838ec3e
commit e76511aaa9
No known key found for this signature in database
GPG key ID: 59B3F0C24135C6A9
4 changed files with 21 additions and 4 deletions

View file

@ -77,6 +77,7 @@ build_exe_options = {
"shiboken6",
"PySide6.QtCore",
"PySide6.QtGui",
"PySide6.QtSvg",
"PySide6.QtWidgets",
],
"excludes": [
@ -139,6 +140,7 @@ if platform.system() == "Darwin" and platform.processor() == "arm":
"shiboken6",
"PySide6.QtCore",
"PySide6.QtGui",
"PySide6.QtSvg",
"PySide6.QtWidgets",
]