summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 2edcb08..7c71ac6 100644
--- a/setup.py
+++ b/setup.py
@@ -994,7 +994,7 @@ class PyBuildExt(build_ext):
def detect_test_extensions(self):
# Python C API test module
- self.addext(Extension('_testcapi', ['_testcapimodule.c']))
+ self.addext(Extension('_testcapi', ['_testcapimodule.c', '_testcapi/vectorcall.c']))
# Python Internal C API test module
self.addext(Extension('_testinternalcapi', ['_testinternalcapi.c']))