Skip to content

Commit

Permalink
rust-bootstrap: fix inequality in platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusCalhoun-Lopez committed May 6, 2024
1 parent 4cb5dc4 commit db9e4e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lang/rust-bootstrap/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ license {MIT Apache-2} BSD zlib NCSA Permissive
# we only need this port to be built once, so include `any`
# however, we need it to build on a machine capable of building a 32-bit binary
# see https://trac.macports.org/ticket/69198
platforms {darwin any >= 16 <= 17}
platforms {darwin any >= 16 < 18}
maintainers {mcalhoun @MarcusCalhoun-Lopez} \
openmaintainer

Expand Down

0 comments on commit db9e4e4

Please sign in to comment.