diff --git a/components/script/build.rs b/components/script/build.rs index a931c9ac5ef..6a9b4866759 100644 --- a/components/script/build.rs +++ b/components/script/build.rs @@ -82,7 +82,7 @@ fn find_python() -> String { } } panic!( - "Can't find python (tried {})! Try fixing PATH or setting the PYTHON env var", + "Can't find python (tried {})! Try fixing PATH or setting the PYTHON2 env var", candidates.join(", ") ) })