Skip to content

Commit

Permalink
Update configure
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen authored Dec 29, 2023
1 parent 3b9fb36 commit 1ac07a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ elif [ `uname` = "Darwin" ]; then
PKG_LIBS="-L$BREWDIR/opt/$PKG_BREW_NAME/lib -lssl -lcrypto"
else
curl -sfL "https://autobrew.github.io/scripts/openssl" > autobrew
. autobrew
. ./autobrew
fi
PKG_LIBS="$PKG_LIBS $SASL_LIBS"
fi
Expand Down

0 comments on commit 1ac07a7

Please sign in to comment.