1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00

Fix build with python 3.7

PR:		233770
This commit is contained in:
Antoine Brodin 2019-12-11 21:52:21 +00:00
parent 42c3a442b4
commit 5057990456
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=519845

View File

@ -57,6 +57,7 @@ CMAKE_ARGS+= -DPYTHON2_EXECUTABLE:FILEPATH=${PYTHON_CMD}
. else
CMAKE_ON+= WITH_PYTHON3
CMAKE_OFF+= WITH_PYTHON2
CMAKE_ARGS+= -DPYTHON3_EXECUTABLE:FILEPATH=${PYTHON_CMD}
. endif
.else
CMAKE_OFF+= WITH_PYTHON2 WITH_PYTHON3