mirror of
https://github.com/ModOrganizer2/mob.git
synced 2026-07-27 14:07:05 -07:00
added boost_di
--list added missing pythoncore.zip and .pyd files finished all projects
This commit is contained in:
@@ -134,6 +134,16 @@ void python::copy_files()
|
||||
op::copy_file_to_dir_if_better(cx(),
|
||||
build_path() / ("python" + version_for_dll() + ".pdb"),
|
||||
paths::install_pdbs());
|
||||
|
||||
op::copy_glob_to_dir_if_better(cx(),
|
||||
build_path() / "pythoncore/*.pyd",
|
||||
paths::install_pythoncore(),
|
||||
op::copy_files);
|
||||
|
||||
op::copy_file_to_file_if_better(cx(),
|
||||
build_path() / "pythoncore" / ("python" + version_for_dll() + ".zip"),
|
||||
paths::install_bin() / "pythoncore.zip",
|
||||
op::copy_files);
|
||||
}
|
||||
|
||||
void python::install_pip()
|
||||
|
||||
Reference in New Issue
Block a user