Skip to content
Snippets Groups Projects
Verified Commit 54956c22 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

macOS package: Workaround for bug in Xcode 15.3 which does not include m4

parent 673ceb6d
No related branches found
No related tags found
No related merge requests found
......@@ -40,6 +40,11 @@ else
fi
MATLAB_PATH=/Applications/"$PKG_ARCH"/MATLAB_R2024a.app
# Workaround for bug in Xcode 15.3 which does not include m4
# See https://github.com/Homebrew/homebrew-core/issues/165388
# and https://trac.macports.org/ticket/69639
path_prepend PATH "$BREWDIR"/opt/m4/bin
# Append texbin to PATH to access latexmk and friends
path_prepend PATH /Library/TeX/texbin
......
Subproject commit 2b4f28c7a235fe8e05cd0ec4ecf5ca0d54a88ce6
Subproject commit 31080eed6ce6c623863850d4e2da5f8317f2b5d0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment