Skip to content

Commit

Permalink
Disable --with-ensurepip for iOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Mar 27, 2024
1 parent abc2034 commit 096078a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configure

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

1 change: 1 addition & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -6941,6 +6941,7 @@ AC_ARG_WITH([ensurepip],
AS_CASE([$ac_sys_system],
[Emscripten], [with_ensurepip=no],
[WASI], [with_ensurepip=no],
[iOS], [with_ensurepip=no],
[with_ensurepip=upgrade]
)
])
Expand Down

0 comments on commit 096078a

Please sign in to comment.