Currently this just allows setting a "python" variable that always overrides, probably we want to have the option for "python2" and "python3" as well.pull/4216/head
parent
091452f8cd
commit
71a5f990d0
4 changed files with 16 additions and 2 deletions
@ -1,5 +1,5 @@ |
||||
option( |
||||
'case', |
||||
type : 'combo', |
||||
choices : ['find_program', 'config_dep', 'python3'] |
||||
choices : ['find_program', 'config_dep', 'python3', 'python'] |
||||
) |
||||
|
Loading…
Reference in new issue