Skip to content

Commit

Permalink
Reapply "fix(build): No PyQt revision for Linux"
Browse files Browse the repository at this point in the history
This reverts commit 46e1958.
That was not it
  • Loading branch information
zjp committed Feb 11, 2025
1 parent 46e1958 commit be037e3
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 @@ -13,7 +13,7 @@ BASE_VERSION = 6.8
QT_MINOR_VERSION = 2
PYQT_MINOR_VERSION = 1
ifeq ($(OS),Linux)
PYQT_REVISION = 1
PYQT_REVISION =
else
PYQT_REVISION =
endif
Expand Down

0 comments on commit be037e3

Please sign in to comment.