From 6d7da71edae8cdb1e844293e307710ed8c08f078 Mon Sep 17 00:00:00 2001 From: guanjihuan Date: Mon, 28 Jul 2025 11:14:52 +0800 Subject: [PATCH] Update setup.py --- 2025.07.28_programming_with_python_and_cpp/setup.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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