We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a82d3d9 commit 8975eb3Copy full SHA for 8975eb3
setup.py
@@ -61,7 +61,7 @@ def finalize_options(self) -> None:
61
"-std=c99",
62
"-Wall",
63
not_on_windows("-Wextra"),
64
- #'-DDIFF_ENGINE_VERSION="0.1.0"',
+ '-DDIFF_ENGINE_VERSION="0.1.0"',
65
],
66
extra_link_args=["-lm"] if platform.system().lower() != "windows" else [],
67
)
0 commit comments