diff --git a/setup.py b/setup.py index 4aa698e..6fe31e9 100644 --- a/setup.py +++ b/setup.py @@ -149,7 +149,7 @@ def build_extensions(self): print(flags_dict) flags_dict.update(new_flags) - print(new_dict) + print(new_flags) self.compiler.compiler_so = make_exec_string(cc_so, flags_dict) # clang on 14.4.1 fails to include C header files...