Skip to content

Commit

Permalink
Revert changes in makefile for building on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
ggivo committed Nov 11, 2024
1 parent 9af7dcc commit 77f7e4e
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -526,14 +526,8 @@ mvn-release:
mvn release:prepare
mvn release:perform -DskipTests

install-gcc:
@if [ "$(shell uname)" = "Darwin" ]; then \
brew install gcc; \
else \
sudo apt install -y gcc g++; \
fi

system-setup: install-gcc
system-setup:
sudo apt install -y gcc g++
[ ! -e redis-git ] && git clone https://github.com/redis/redis.git --branch unstable --single-branch redis-git || true
$(MAKE) -C redis-git clean
$(MAKE) -C redis-git
Expand Down

0 comments on commit 77f7e4e

Please sign in to comment.