]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-148557: Use em-config to locate trampoline clang (#148556)
authorClément Péron <peron.clem@gmail.com>
Tue, 26 May 2026 15:57:08 +0000 (17:57 +0200)
committerGitHub <noreply@github.com>
Tue, 26 May 2026 15:57:08 +0000 (08:57 -0700)
commit1310d2c25242041f0a218012426fba14e756eef8
tree88773bcfaf33ac2e28ebe109041f0235a16b534f
parenta6793662e71f07d7c0ee3872316d93f3e8c48b34
gh-148557: Use em-config to locate trampoline clang (#148556)

When CC is wrapped by ccache, the Emscripten trampoline rule cannot derive the
matching clang path by treating CC as a single executable path. Query the active
LLVM toolchain path with em-config instead.
Makefile.pre.in