mirror of
https://github.com/ModOrganizer2/mob.git
synced 2026-07-27 14:07:05 -07:00
clang and undo prebuilt change
This commit is contained in:
@@ -87,7 +87,7 @@ pull = true
|
||||
boost = true
|
||||
lz4 = true
|
||||
openssl = true
|
||||
pyqt = false
|
||||
pyqt = true
|
||||
python = true
|
||||
usvfs = false
|
||||
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user