summaryrefslogtreecommitdiff
path: root/SetupTools.py
diff options
context:
space:
mode:
Diffstat (limited to 'SetupTools.py')
-rw-r--r--SetupTools.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/SetupTools.py b/SetupTools.py
index 8fb6fe5..65121c2 100644
--- a/SetupTools.py
+++ b/SetupTools.py
@@ -155,7 +155,7 @@ def run_setup(configurations):
# Invoke distutils setup
try:
- apply(setup, (), kws)
+ setup(**kws)
except BuildFailed as x:
print("One or more C extensions failed to build.")
print("Details: %s" % x)