diff --git a/setup.py b/setup.py index 073d76884..c0c5cf88f 100644 --- a/setup.py +++ b/setup.py @@ -192,7 +192,7 @@ def run(self): self.library_dirs.append(os.path.join(DEP_INSTALL_PATH, lib_dir)) # continue with normal build_ext.run() - super().run() + setuptools.command.build_ext.build_ext.run(self) # python2 breaks if we use super().run() def awscrt_ext():