Skip to content

Commit

Permalink
build: The name of the macOS PyQt6 wheel is actually 10_14_universal2…
Browse files Browse the repository at this point in the history
… not 11_0
  • Loading branch information
zjp committed Jan 14, 2025
1 parent 5470771 commit d225a89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prereqs/PyQt/Makefile.wheel.qt6
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ WHEEL_ABI = abi3

ifeq ($(OS),Darwin)
BIN_PLATFORM = macos
WHEEL_PLATFORM = macosx_11_0_universal2
WHEEL_PLATFORM = macosx_10_14_universal2
WE_WHEEL_PLATFORM = macosx_10_14_universal2
MISSING_QTWEBENGINE_DICT = PyQt6/Qt6/lib/QtWebEngineCore.framework/Helpers/QtWebEngineProcess.app/Contents/MacOS/qtwebengine_dictionaries
else ifeq ($(OS),Linux)
Expand Down

0 comments on commit d225a89

Please sign in to comment.