diff options
| author | Vedang Manerikar <ved.manerikar@gmail.com> | 2022-10-12 21:31:59 +0530 |
|---|---|---|
| committer | Vedang Manerikar <ved.manerikar@gmail.com> | 2022-11-25 11:30:59 +0530 |
| commit | bc7c159c483da6047630d445cb6e1ae45384f9a0 (patch) | |
| tree | 97c8207ca386e05f0f5f5d5317d99dc106d1ab53 /server/autobuild | |
| parent | 19801defb89ba6208afe96dbbb44ba84fb579f23 (diff) | |
Make sure pkg-config is correctly set in autobuild
Also, simplify the config script for finding gnu-sed.
Relates to: #160
Diffstat (limited to 'server/autobuild')
| -rwxr-xr-x | server/autobuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/autobuild b/server/autobuild index de42806..4b33bfd 100755 --- a/server/autobuild +++ b/server/autobuild @@ -353,7 +353,7 @@ os_macos() { PKG_INSTALL_AS_ROOT= # brew installs libffi as keg-only, meaning we need to set # PKG_CONFIG_PATH manually so configure can find it - export PKG_CONFIG_PATH="${PKG_CONFIG_PATH}:$(brew --prefix libffi)/lib/pkgconfig/" + export PKG_CONFIG_PATH="${PKG_CONFIG_PATH}:$(brew --prefix libffi)/lib/pkgconfig/:$(brew --prefix zlib)/lib/pkgconfig/" elif which port >/dev/null 2>&1; then PKGCMD=port PKGARGS=install |
