diff --git a/mob.ini b/mob.ini index ed16050..38c15cb 100644 --- a/mob.ini +++ b/mob.ini @@ -87,7 +87,7 @@ pull = true boost = true lz4 = true openssl = true -pyqt = false +pyqt = true python = true usvfs = false diff --git a/src/tasks/python.cpp b/src/tasks/python.cpp index 2428a21..2748acc 100644 --- a/src/tasks/python.cpp +++ b/src/tasks/python.cpp @@ -178,9 +178,7 @@ namespace mob::tasks { void python::prepare_dependencies() { const auto bat = source_path() / "PCBuild" / "get_externals.bat"; - run_tool(process_runner(process() - .binary(bat) - .cwd(source_path()))); + run_tool(process_runner(process().binary(bat).cwd(source_path()))); } void python::package()