From 79cbaec1365ca3ca5603a7b4db5c14bb0dc2db01 Mon Sep 17 00:00:00 2001 From: mriviere-opendatasoft <38034966+mriviere-opendatasoft@users.noreply.github.com> Date: Mon, 3 Dec 2018 15:38:40 +0100 Subject: [PATCH] Updated Common build problems (markdown) --- Common-build-problems.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Common-build-problems.md b/Common-build-problems.md index 11e5a66..9dc173d 100644 --- a/Common-build-problems.md +++ b/Common-build-problems.md @@ -193,12 +193,3 @@ If you have python-build installed as an pyenv plugin: ```sh $ cd ~/.pyenv/plugins/python-build && git pull ``` - -## Mojave: missing "my_config.h" - -Instead of `brew install mysql`, use `brew install mysql@5.7`. Then run: -``` -export PATH="/usr/local/opt/mysql@5.7/bin:$PATH" -export LDFLAGS="-L/usr/local/opt/mysql@5.7/lib" -export CPPFLAGS="-I/usr/local/opt/mysql@5.7/include" -``` \ No newline at end of file