mirror of
https://github.com/ModOrganizer2/mob.git
synced 2026-07-27 14:07:05 -07:00
renamed cmake::projects() to targets() because it could be "clean"
added --reconfigure, only used by MO for now, will refactor cleaning stuff
This commit is contained in:
@@ -144,7 +144,7 @@ void python::build_and_install_from_source()
|
||||
{
|
||||
run_tool(msbuild()
|
||||
.solution(solution_file())
|
||||
.projects({
|
||||
.targets({
|
||||
"python", "pythonw", "python3dll", "select", "pyexpat",
|
||||
"unicodedata", "_queue", "_bz2", "_ssl"})
|
||||
.parameters({
|
||||
|
||||
Reference in New Issue
Block a user