]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-154465: Add configure flag to exclude emscripten_syscalls.c (#154466)
authorHood Chatham <roberthoodchatham@gmail.com>
Wed, 22 Jul 2026 12:06:00 +0000 (14:06 +0200)
committerGitHub <noreply@github.com>
Wed, 22 Jul 2026 12:06:00 +0000 (14:06 +0200)
commit119edb3edee41ef9c7d78da1a3a792aa83eec47c
tree29c6c3033e097da1024d14019bd5f1eaa028a29b
parent13e3f8aa839d71285f3408241b0518da499eac39
gh-154465: Add configure flag to exclude emscripten_syscalls.c (#154466)

Pyodide doesn't want to include emscripten_syscalls.c in the build since it
links a different version of it. This adds a configure flag to drop it.
configure
configure.ac