diff options
Diffstat (limited to 'xmake/modules/detect/tools/find_python2.lua')
| -rw-r--r-- | xmake/modules/detect/tools/find_python2.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/modules/detect/tools/find_python2.lua b/xmake/modules/detect/tools/find_python2.lua index eea226f06..1e9c7b228 100644 --- a/xmake/modules/detect/tools/find_python2.lua +++ b/xmake/modules/detect/tools/find_python2.lua @@ -43,6 +43,7 @@ function main(opt) -- find program local program = find_program(opt.program or "python2", opt) if not program then + opt.force = true program = find_program("python", opt) opt.version = true end |
