Skip to content

Commit

Permalink
unclear why cmdclass was added only for win32
Browse files Browse the repository at this point in the history
  • Loading branch information
rsln-s committed Aug 6, 2024
1 parent be0cb90 commit 96ec72c
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 @@ -35,4 +35,4 @@ def run(self):
with open("README.md", "r") as f:
long_description = f.read()

setup(ext_modules=extensions, cmdclass={"build_ext": SimulatorBuild} if sys.platform == "win32" else {}),
setup(ext_modules=extensions, cmdclass={"build_ext": SimulatorBuild})

0 comments on commit 96ec72c

Please sign in to comment.