diff --git a/bin/install-dev-osx.sh b/bin/install-dev-osx.sh index 54d87004f52e3d6a11b5da1bb418597ca84360a7..6f25e74eec205645519f2ffb09fb01cb72bb2417 100755 --- a/bin/install-dev-osx.sh +++ b/bin/install-dev-osx.sh @@ -54,6 +54,8 @@ echo "Activating Virtualenv" echo "Installing Python requirements" pip install "pip>=8" +# Compile uwsgi with https support +CFLAGS="-I/usr/local/opt/openssl/include" LDFLAGS="-L/usr/local/opt/openssl/lib" UWSGI_PROFILE_OVERRIDE=ssl=true pip install --no-cache-dir uwsgi pip install -r requirements.txt