diff --git a/2025.07.28_programming_with_python_and_cpp/setup.py b/2025.07.28_programming_with_python_and_cpp/setup.py index 729bfbe..126147e 100644 --- a/2025.07.28_programming_with_python_and_cpp/setup.py +++ b/2025.07.28_programming_with_python_and_cpp/setup.py @@ -9,6 +9,9 @@ setup( ['example.cpp'], include_dirs=[pybind11.get_include()], language='c++', + extra_link_args=[ + '-static-libstdc++', + ], ), ], ) \ No newline at end of file