summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorPablo Galindo Salgado <Pablogsal@gmail.com>2022-10-25 22:34:22 (GMT)
committerGitHub <noreply@github.com>2022-10-25 22:34:22 (GMT)
commit1f737edb67e702095feb97118a911afb569f5705 (patch)
tree40f32d35a69226f83d96c3d90eaad3d62f06c4f4 /configure
parent0c84593275969d9b8f42e75abb2638b69d5b5f4a (diff)
downloadcpython-1f737edb67e702095feb97118a911afb569f5705.zip
cpython-1f737edb67e702095feb97118a911afb569f5705.tar.gz
cpython-1f737edb67e702095feb97118a911afb569f5705.tar.bz2
gh-96143: Move the perf trampoline files to the Python directory (#98675)
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 15d9796..953c558 100755
--- a/configure
+++ b/configure
@@ -11629,7 +11629,7 @@ if test "x$perf_trampoline" = xyes; then :
$as_echo "#define PY_HAVE_PERF_TRAMPOLINE 1" >>confdefs.h
- PERF_TRAMPOLINE_OBJ=Objects/asm_trampoline.o
+ PERF_TRAMPOLINE_OBJ=Python/asm_trampoline.o
if test "x$Py_DEBUG" = xtrue; then :