From 2c8414db5d3f1f9f01da074d435d6bf1b18058c0 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 12 Mar 2018 07:52:08 +0530 Subject: [PATCH] Be a bit more specific --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d79abdb4c..ddb9a5c4d 100755 --- a/setup.py +++ b/setup.py @@ -624,7 +624,7 @@ def clean(): ext = f.rpartition('.')[-1] if ext in ('so', 'dylib', 'pyc', 'pyo'): os.unlink(os.path.join(root, f)) - for x in glob.glob('glfw/*-protocol.[ch]'): + for x in glob.glob('glfw/wayland-*-protocol.[ch]'): os.unlink(x)