Skip to content

Commit

Permalink
fix python 2 (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
graebm authored Oct 4, 2019
1 parent 300db83 commit 02e61fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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():
Expand Down

0 comments on commit 02e61fa

Please sign in to comment.