emulators/rpcs3: unbreak DEFAULT_VERSIONS=python=2.7 after r521573
CMake Error at /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:137 (message): Could NOT find PythonInterp: Found unsuitable version "2.7.17", but required is at least "3" (found /usr/local/bin/python) Call Stack (most recent call first): /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:376 (_FPHSA_FAILURE_MESSAGE) /usr/local/share/cmake/Modules/FindPythonInterp.cmake:160 (FIND_PACKAGE_HANDLE_STANDARD_ARGS) Vulkan/glslang/CMakeLists.txt:165 (find_package)
This commit is contained in:
parent
f027d4b008
commit
79ba4e81c3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=525887
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ GH_TUPLE= RPCS3:hidapi:hidapi-0.8.0-rc1-27-g9220f5e:hidapi/3rdparty/hidapi \
|
|||
zeux:pugixml:v1.9-51-g8bf806c:pugixml/3rdparty/pugixml
|
||||
|
||||
USES= cmake compiler:c++17-lang gl iconv:wchar_t localbase:ldflags \
|
||||
openal:soft pkgconfig qt:5 xorg
|
||||
openal:soft pkgconfig python:3.4+,build qt:5 xorg
|
||||
USE_GL= gl glew
|
||||
USE_QT= qmake_build buildtools_build core concurrent dbus declarative gui network widgets
|
||||
USE_XORG= x11
|
||||
|
|
Loading…
Reference in a new issue