about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rwxr-xr-xdistribute.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/distribute.sh b/distribute.sh
index fe7ed5b..5a2f628 100755
--- a/distribute.sh
+++ b/distribute.sh
@@ -96,6 +96,7 @@ else
 	# Remove GL drivers, as they almost always conflict with system driver.
 	rm -f libs/libGL*
 	rm -f libs/libdrm*
+	rm -f libs/lib*xcb*.so*
 	# Remove libstdc++
 	rm -f libs/libstdc++*
 	set -e