We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d24ac08 + aeb3a75 commit 02d85f8Copy full SHA for 02d85f8
build-emacs-for-macos
@@ -675,8 +675,19 @@ class Build
675
p << {
676
replace: [
677
'configure.ac',
678
- 'grep libgccjit.so\$))"',
679
- 'grep -E \'libgccjit\.(so|dylib)$\'))"'
+ 'grep libgccjit.so\$',
+ 'grep -E \'libgccjit\.(so|dylib)$\''
680
+ ],
681
+ allow_failure: true
682
+ }
683
+ end
684
+
685
+ if %w[emacs-28 emacs-29].include?(effective_version)
686
+ p << {
687
+ replace: [
688
+ 'configure.ac',
689
+ 'grep -E \'libgccjit\.(so|dylib)$\'',
690
+ 'grep -E \'libgccjit\.(so|dylib)$\' | tail -1'
691
],
692
allow_failure: true
693
}
0 commit comments