From d8eb38738d771ac4bf77b1503cd41a624e5ebd12 Mon Sep 17 00:00:00 2001 From: Victor Popov Date: Mon, 6 Apr 2020 16:42:40 +0300 Subject: [PATCH] [docs] fix incorrect python include dir spec. It did not change configured python dir after reconfiguration with different python installation paths. --- docs/building_pybindings.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/building_pybindings.txt b/docs/building_pybindings.txt index a883648124..43c974cb67 100644 --- a/docs/building_pybindings.txt +++ b/docs/building_pybindings.txt @@ -115,7 +115,7 @@ python installation on your system, you may need to help it: -DPYBINDINGS_VERSION=9.5.0 \ -DPYTHON_VERSION=3.7.5 \ -DPYTHON_EXECUTABLE=/usr/local/opt/python3/Frameworks/Python.framework/Versions/3.7/bin/python3 \ - -DPYTHON_INCLUDE_DIRS=/usr/local/opt/python3/Frameworks/Python.framework/Versions/3.7/Headers \ + -DPYTHON_INCLUDE_DIR=/usr/local/opt/python3/Frameworks/Python.framework/Versions/3.7/Headers \ -DPYTHON_LIBRARY=/usr/local/opt/python3/Frameworks/Python.framework/Versions/3.7/lib/libpython3.7m.dylib