From 9b9b6c1f3bce25d3c73c2a8cf02c94b2dc0733f5 Mon Sep 17 00:00:00 2001 From: Kien Nguyen Date: Thu, 3 Mar 2022 21:43:53 +0900 Subject: [PATCH] pkg: Adjust exclusion for new version of MSYS2 that put libgccjit under bin folder directly --- .gitignore | 1 + emacs-build.sh | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 1b241b4..e8982cf 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ zips *~ #* msys64 +*.log \ No newline at end of file diff --git a/emacs-build.sh b/emacs-build.sh index bf18cde..97e51da 100644 --- a/emacs-build.sh +++ b/emacs-build.sh @@ -374,13 +374,13 @@ objdump " slim_exclusions=" -$build_type/bin +$build_type .*bin/(`echo $exe_inclusions | sed 's,\([^ \n]*\)[ \n]\?,(?!\1),g'`).*\.exe$ .*doc .*include .*lib.*/lib(`echo $lib_inclusions | sed 's,\([^ \n]*\)[ \n]\?,(?!\1),g'`).*\.a$ etc -lib/((?!emacs)(?!gcc)) +lib/((?!emacs)(?!gcc)(?![^/]*\.(a|o)$)) lib/.*\.exe share/((?!emacs)(?!icons)(?!info)) usr/lib/cmake