Skip to content

Commit

Permalink
Minor update on setup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
takaxp committed Mar 31, 2024
1 parent 200f779 commit fc91dd3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/emacs-29.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ else
cd emacs-${VERSION}
fi

rm -rf ./emacs

sleep 5
./autogen.sh
./configure --without-x --with-ns --with-modules --with-jpeg=no --with-tiff=no --with-gif=no --with-png=no --with-lcms2=no --with-webp=no --with-rsvg=no --with-tree-sitter=no --with-native-compilation=${NATIVE}
Expand Down
1 change: 1 addition & 0 deletions build/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ function setup_homebrew () {
echo "MANPATH: $MANPATH"
echo "INFOPATH: $INFOPATH"
}

function install_deps () {
brew install autoconf automake pkg-config gnutls texinfo jansson
# Required to support NativeComp
Expand Down

0 comments on commit fc91dd3

Please sign in to comment.