Skip to content

Commit

Permalink
chore: use pkgconf rather than pkg-config for brew builds (#73)
Browse files Browse the repository at this point in the history
right now, pkgconf is an alias for pkg-config, but it would be better to
be explicit about it.

relates to Homebrew/brew#18843
  • Loading branch information
chenrui333 authored Dec 20, 2024
1 parent 08cc2a5 commit f631ef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ run:
install-deps:
ifeq ($(uname_S), Darwin)
# sqlite3 is preinstalled on macOS
brew install pkg-config libpq mysql-client
brew install pkgconf libpq mysql-client
endif
ifeq ($(uname_S), Linux)
sudo apt install -y pkg-config libsqlite3-dev libpq-dev libmysqlclient-dev
Expand Down

0 comments on commit f631ef1

Please sign in to comment.