We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5b4da1 commit 687017dCopy full SHA for 687017d
configure
@@ -23,7 +23,12 @@ if [ "$PKGCONFIG_CFLAGS" ] || [ "$PKGCONFIG_LIBS" ]; then
23
PKG_CFLAGS=${PKGCONFIG_CFLAGS}
24
PKG_LIBS=${PKGCONFIG_LIBS}
25
elif [ "$(uname)" = "Darwin" ]; then
26
- USE_BUNDLED_LIBUV=true
+ if [ `command -v cmake` ]; then
27
+ USE_BUNDLED_LIBUV=true
28
+ else
29
+ curl -sfL "https://autobrew.github.io/scripts/$PKG_BREW_NAME" > autobrew
30
+ . ./autobrew
31
+ fi
32
fi
33
34
# On LTS Linux servers we avoid the system dependency for now
0 commit comments