vera++ is not compatible with python3
This commit is contained in:
parent
7a7b9c66ba
commit
1a7becbd0c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=470982
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ OPTIONS_DEFAULT= LUA PYTHON
|
|||
PYTHON_CMAKE_OFF= -DVERA_PYTHON:BOOL=OFF
|
||||
PYTHON_CMAKE_ON= -DVERA_PYTHON:BOOL=ON
|
||||
PYTHON_LIB_DEPENDS= ${PY_BOOST}
|
||||
PYTHON_USES= python
|
||||
PYTHON_USES= python:2.7
|
||||
LUA_CMAKE_OFF= -DVERA_LUA:BOOL=OFF
|
||||
LUA_CMAKE_ON= -DVERA_LUA:BOOL=ON
|
||||
LUA_LIB_DEPENDS= libluabind.so:devel/luabind
|
||||
|
|
Loading…
Reference in a new issue