mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Remove 2.4 from the list of supported Python versions.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193541 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5956bed699
commit
9297890972
@ -272,7 +272,7 @@ set(TARGET_TRIPLE "${LLVM_DEFAULT_TARGET_TRIPLE}")
|
|||||||
include(HandleLLVMOptions)
|
include(HandleLLVMOptions)
|
||||||
|
|
||||||
# Verify that we can find a Python 2 interpreter. Python 3 is unsupported.
|
# Verify that we can find a Python 2 interpreter. Python 3 is unsupported.
|
||||||
set(Python_ADDITIONAL_VERSIONS 2.7 2.6 2.5 2.4)
|
set(Python_ADDITIONAL_VERSIONS 2.7 2.6 2.5)
|
||||||
include(FindPythonInterp)
|
include(FindPythonInterp)
|
||||||
if( NOT PYTHONINTERP_FOUND )
|
if( NOT PYTHONINTERP_FOUND )
|
||||||
message(FATAL_ERROR
|
message(FATAL_ERROR
|
||||||
|
Loading…
Reference in New Issue
Block a user