Skip to content

Commit

Permalink
[Python] Really stub out the build_ext command in setup.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeurbach committed Jan 8, 2025
1 parent acc5075 commit 70b236a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Bindings/Python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def run(self):

class NoopBuildExtension(build_ext):

def build_extension(self, ext):
def run(self):
pass


Expand Down

0 comments on commit 70b236a

Please sign in to comment.