Skip to content

Commit

Permalink
Fix typo in looked-for argument name
Browse files Browse the repository at this point in the history
  • Loading branch information
native-api committed Mar 1, 2022
1 parent a98fee0 commit 49d955d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/python-build/bin/python-build
Original file line number Diff line number Diff line change
Expand Up @@ -2130,7 +2130,7 @@ if [[ "$CONFIGURE_OPTS $PYTHON_CONFIGURE_OPTS" == *"--enable-universalsdk"* ]];
exit 1
fi
package_option python configure --enable-universalsdk=/
if [[ "$CONFIGURE_OPTS $PYTHON_CONFIGURE_OPTS" != *"--enable-universal-archs"* ]]; then
if [[ "$CONFIGURE_OPTS $PYTHON_CONFIGURE_OPTS" != *"--with-universal-archs"* ]]; then
# in CPython's configure.ac, --with-universal-archs defaults to 'intel' which means i386 + x86_64
# since 2.7.5 and 3.3.0 -- i.e. in all non-EOL versions
# Apple Silicon cannot build these, in it, it rather makes sense to default to Universal2 binaries
Expand Down

0 comments on commit 49d955d

Please sign in to comment.