about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCharadon <dev@iotib.net>2022-10-09 09:41:27 -0400
committerCharadon <dev@iotib.net>2022-10-09 09:41:27 -0400
commit3fc34b2f768208e86010b7fae22ad8cc55cb2e62 (patch)
treebb1809d3d789a37b615b97e380befc3ebf768a3f
parentfacad839d3f0448855e49b5371e95b501c0851f3 (diff)
downloadPong-C-3fc34b2f768208e86010b7fae22ad8cc55cb2e62.tar.gz
distribute.sh: Remove the damn xcb libraries.
-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