Skip to content

Commit

Permalink
clang and undo prebuilt change
Browse files Browse the repository at this point in the history
  • Loading branch information
Silarn committed May 20, 2024
1 parent b7d7166 commit 13b76ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion mob.ini
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ pull = true
boost = true
lz4 = true
openssl = true
pyqt = false
pyqt = true
python = true
usvfs = false

Expand Down
4 changes: 1 addition & 3 deletions src/tasks/python.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 13b76ec

Please sign in to comment.