Skip to content

Commit

Permalink
gh-117787: Autoconf: fix bashisms/semantic breakage of iOS checks (#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
eli-schwartz authored Apr 11, 2024
1 parent f268e32 commit fd2bab9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -6053,7 +6053,7 @@ if test "$PY_ENABLE_SHARED" = "1" && ( test -n "$ANDROID_API_LEVEL" || test "$MA
fi

# On iOS the shared libraries must be linked with the Python framework
if test "$ac_sys_system" == "iOS"; then
if test "$ac_sys_system" = "iOS"; then
MODULE_DEPS_SHARED="$MODULE_DEPS_SHARED \$(PYTHONFRAMEWORKDIR)/\$(PYTHONFRAMEWORK)"
fi

Expand Down

0 comments on commit fd2bab9

Please sign in to comment.