Skip to content

Commit 1545db8

Browse files
committed
Update gen_widgets.py
1 parent edd2166 commit 1545db8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/pyqt/gen_widgets.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -546,6 +546,8 @@ def cast_h_to_sip(filename):
546546
continue
547547
if f.startswith("ElaSingleton"):
548548
continue
549+
if f.startswith("ElaDxgiManager") and (sys.platform != "win32"):
550+
continue
549551
if f.startswith("Ela") and f.endswith(".h"):
550552
cast_h_to_sip(f)
551553
allfiles.append(f"%Include {os.path.basename(f).split('.')[0]}.sip")

0 commit comments

Comments
 (0)