aboutsummaryrefslogtreecommitdiff
path: root/cmake/Win32CleanupAdwaita.sh
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/Win32CleanupAdwaita.sh')
-rw-r--r--cmake/Win32CleanupAdwaita.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/Win32CleanupAdwaita.sh b/cmake/Win32CleanupAdwaita.sh
index 194f959..8e7bb9e 100644
--- a/cmake/Win32CleanupAdwaita.sh
+++ b/cmake/Win32CleanupAdwaita.sh
@@ -12,6 +12,7 @@ find share/icons/Adwaita -type f | awk 'BEGIN {
sub(/[.].+$/, "", base)
# Try matching while cutting off suffixes
+ # Disregarding the not-much-used GTK_ICON_LOOKUP_GENERIC_FALLBACK
while (!(keep = good[base]) &&
sub(/-(ltr|rtl|symbolic)$/, "", base)) {}
if (!keep)