mirror of
https://github.com/ModOrganizer2/mob.git
synced 2026-07-27 14:07:05 -07:00
options per task
This commit is contained in:
@@ -11,12 +11,12 @@ python::python()
|
||||
|
||||
std::string python::version()
|
||||
{
|
||||
return version_by_name("python");
|
||||
return conf::version_by_name("python");
|
||||
}
|
||||
|
||||
bool python::prebuilt()
|
||||
{
|
||||
return prebuilt_by_name("python");
|
||||
return conf::prebuilt_by_name("python");
|
||||
}
|
||||
|
||||
python::version_info python::parsed_version()
|
||||
|
||||
Reference in New Issue
Block a user