mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-06 19:12:30 +01:00
Fix macOS qt path not using compiler name
This commit is contained in:
parent
07ffd812b1
commit
7a6af59621
@ -16,7 +16,7 @@ if sys.platform == "win32":
|
||||
QT_PLATFORM = "msvc2019_64"
|
||||
elif sys.platform == "darwin":
|
||||
OS = "mac"
|
||||
QT_PLATFORM = "clang_64"
|
||||
QT_PLATFORM = "macos"
|
||||
elif sys.platform == "linux":
|
||||
OS = "linux"
|
||||
QT_PLATFORM = "gcc_64"
|
||||
|
Loading…
Reference in New Issue
Block a user