Skip to content

Commit

Permalink
py-eric-ide: Use qt5 on non-Darwin systems
Browse files Browse the repository at this point in the history
  • Loading branch information
ryandesign committed Jun 28, 2019
1 parent ec9f465 commit cc4c7d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/py-eric-ide/Portfile
Expand Up @@ -57,7 +57,7 @@ if {${name} ne ${subport}} {
build.args-append --pyqt=4
}

if {${os.major} <= 13} {
if {${os.platform} eq "darwin" && ${os.major} <= 13} {
default_variants +qt4
} elseif {![ variant_isset qt4 ]} {
default_variants +qt5
Expand Down

0 comments on commit cc4c7d7

Please sign in to comment.