From 6a7057b1ebf09710fa6452013d20b8ea082d01e3 Mon Sep 17 00:00:00 2001 From: Joseph Lenox Date: Tue, 30 May 2017 13:39:51 -0500 Subject: [PATCH] Wx::AUI is now not stripped from the builds. Fixes #3988 --- package/linux/make_archive.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/linux/make_archive.sh b/package/linux/make_archive.sh index 7b0503b15..68d7bac00 100755 --- a/package/linux/make_archive.sh +++ b/package/linux/make_archive.sh @@ -122,7 +122,7 @@ rm -rf $(pwd)$archivefolder/local-lib/lib/perl5/TAP rm -rf $(pwd)/$archivefolder/local-lib/lib/perl5/Test* find $(pwd)/$archivefolder/local-lib -type d -path '*/Wx/*' \( -name WebView \ -or -name DocView -or -name STC -or -name IPC \ - -or -name AUI -or -name Calendar -or -name DataView \ + -or -name Calendar -or -name DataView \ -or -name DateTime -or -name Media -or -name PerlTest \ -or -name Ribbon \) -exec rm -rf "{}" \; rm -rf $archivefolder/local-lib/lib/perl5/*/Alien/wxWidgets/*/include