mirror of
https://github.com/ModOrganizer2/mob.git
synced 2026-07-27 14:07:05 -07:00
Use pip instead of legacy install for sip.
This commit is contained in:
+5
-2
@@ -164,8 +164,11 @@ void sip::build()
|
||||
{
|
||||
run_tool(mob::python()
|
||||
.root(source_path())
|
||||
.arg("setup.py")
|
||||
.arg("install"));
|
||||
.arg("-m")
|
||||
.arg("pip")
|
||||
.arg("install")
|
||||
.arg("--no-warn-script-location")
|
||||
.arg("."));
|
||||
}
|
||||
|
||||
void sip::convert_script_file_to_acp(const std::string& filename)
|
||||
|
||||
Reference in New Issue
Block a user