]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-127111: Emscripten Move link flags from `LDFLAGS_NODIST` to `LINKFORSHARED` (...
authorHood Chatham <roberthoodchatham@gmail.com>
Mon, 9 Dec 2024 01:34:28 +0000 (02:34 +0100)
committerGitHub <noreply@github.com>
Mon, 9 Dec 2024 01:34:28 +0000 (09:34 +0800)
commitbe07edf511365ce554c0535b535bb5726266a17a
treee7a15fb08a75da45e739a6593df1a2784e6da720
parenta03efb533a58fd13fb0cc7f4a5c02c8406a407bd
gh-127111: Emscripten Move link flags from `LDFLAGS_NODIST` to `LINKFORSHARED` (#127666)

Corrects the usage of linking flags to avoid compilation errors related to the
use of `-sEXPORTED_FUNCTIONS` when linking shared libraries.
configure
configure.ac