Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorVictor Popov <v.popov@corp.mail.ru>2020-04-06 16:42:40 +0300
committerTatiana Yan <tatiana.kondakova@gmail.com>2020-06-03 16:37:10 +0300
commitd8eb38738d771ac4bf77b1503cd41a624e5ebd12 (patch)
treeed6d13968e376a51270207b655d5abb54beb3acd /docs
parentdf72f308c52311aafee5e8a9204387ffbdf111be (diff)
[docs] fix incorrect python include dir spec.
It did not change configured python dir after reconfiguration with different python installation paths.
Diffstat (limited to 'docs')
-rw-r--r--docs/building_pybindings.txt2
1 files changed, 1 insertions, 1 deletions
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