Skip to content

Commit

Permalink
Revert "fix(build): No PyQt revision for Linux"
Browse files Browse the repository at this point in the history
This reverts commit 5509ceb since
this is the commit after which the Windows builds started failing
  • Loading branch information
zjp committed Feb 11, 2025
1 parent 2a8dcea commit 46e1958
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 =
PYQT_REVISION = 1
else
PYQT_REVISION =
endif
Expand Down

0 comments on commit 46e1958

Please sign in to comment.