diff --git a/setup.py b/setup.py index 8551964..a22b32b 100644 --- a/setup.py +++ b/setup.py @@ -65,6 +65,7 @@ def update_flags(exec, update): if cflags_curr is None: raise ValueError("expected flag" + str(exec)) cflags_so[cflags_curr] = arg + cflags_curr = None if cflags_curr is not None: cflags_so[cflags_curr] = None