diff options
author | Hood Chatham <roberthoodchatham@gmail.com> | 2024-11-16 01:44:05 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-16 01:44:05 (GMT) |
commit | 544b001b233ac57dfce17587ffbd10a70abe3ab0 (patch) | |
tree | 3ec744784f67dd4318dfdb339e7684e763c10928 /Misc/NEWS.d | |
parent | d6bcc154e93a0a20ab97187d3e8b726fffb14f8f (diff) | |
download | cpython-544b001b233ac57dfce17587ffbd10a70abe3ab0.zip cpython-544b001b233ac57dfce17587ffbd10a70abe3ab0.tar.gz cpython-544b001b233ac57dfce17587ffbd10a70abe3ab0.tar.bz2 |
gh-126691: Remove --with-emscripten-target (#126787)
This unifies the code for nodejs and the code for the browser. After this
commit, the browser example doesn't work; this will be fixed in a
subsequent update.
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Build/2024-11-13-15-47-09.gh-issue-126691.ni4K-b.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2024-11-13-15-47-09.gh-issue-126691.ni4K-b.rst b/Misc/NEWS.d/next/Build/2024-11-13-15-47-09.gh-issue-126691.ni4K-b.rst new file mode 100644 index 0000000..9a2196d --- /dev/null +++ b/Misc/NEWS.d/next/Build/2024-11-13-15-47-09.gh-issue-126691.ni4K-b.rst @@ -0,0 +1,3 @@ +Removed the ``--with-emscripten-target`` configure flag. We unified the +``node`` and ``browser`` options and the same build can now be used, independent +of target runtime. |