We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1b5e5d commit a67e39fCopy full SHA for a67e39f
configure
@@ -88,6 +88,7 @@ if [ $(echo "$OSTYPE" | grep "darwin") ]; then
88
89
# Fix for CRAN OSX 10.6
90
if [ -r /usr/local/mysql/include/mysql.h ]; then
91
+ echo "Found mysql /usr/local/mysql. Lets try that then."
92
echo "PKG_CPPFLAGS= -I/usr/local/mysql/include/" > src/Makevars
93
echo "PKG_LIBS= -L/usr/local/mysql/lib -lmysqlclient" >> src/Makevars
94
exit 0
0 commit comments