Skip to content

Commit f97f854

Browse files
committed
Fix python detection
1 parent dc12479 commit f97f854

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ validate_opt
343343
step_msg "looking for build programs"
344344

345345
probe_need CFG_CURLORWGET curl wget
346-
probe_need CFG_PYTHON python
346+
probe_need CFG_PYTHON python2.7 python2 python
347347
probe_need CFG_CC cc gcc clang
348348

349349
if [ ! -z "${CFG_LOCAL_RUST_ROOT}" ]; then

0 commit comments

Comments
 (0)