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:
parent
42c3a442b4
commit
5057990456
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=519845
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user