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 126147e..1880419 100644 --- a/2025.07.28_programming_with_python_and_cpp/setup.py +++ b/2025.07.28_programming_with_python_and_cpp/setup.py @@ -9,9 +9,7 @@ setup( ['example.cpp'], include_dirs=[pybind11.get_include()], language='c++', - extra_link_args=[ - '-static-libstdc++', - ], + extra_link_args=['-static-libstdc++'], ), ], ) \ No newline at end of file