Skip to content

Commit

Permalink
Please let this be the one...
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Oct 22, 2024
1 parent 3c43a83 commit e85e572
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions osx_utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,8 @@ function pyinst_fname_for_version {
# we set the env variable _PYTHON_HOST_PLATFORM to change this
# default.
if [ -z "$2" ]; then
if [ $(lex_ver $_ver) -ge $(lex_ver 3.8.10) ] \
&& [ $(lex_ver $_ver) -lt $(lex_ver 3.10.0) ]; then
if [ $(lex_ver $py_version) -ge $(lex_ver 3.8.10) ] \
&& [ $(lex_ver $py_version) -lt $(lex_ver 3.10.0) ]; then
if [ $(uname -m) == "x86_64" ]; then
py_osx_ver="10.9"
else
Expand Down

0 comments on commit e85e572

Please sign in to comment.