Update setup.py

This commit is contained in:
2025-07-28 10:51:54 +08:00
parent e5f835f5de
commit 00f46a79c0

View File

@@ -9,6 +9,9 @@ setup(
['example.cpp'], ['example.cpp'],
include_dirs=[pybind11.get_include()], include_dirs=[pybind11.get_include()],
language='c++', language='c++',
extra_link_args=[
'-static-libstdc++',
],
), ),
], ],
) )