Revert "Moving things around"

This commit is contained in:
isanae
2020-11-27 07:38:50 -05:00
committed by GitHub
parent e77bfe8e63
commit 986f9b7ba4
5 changed files with 8 additions and 8 deletions
+3 -3
View File
@@ -209,12 +209,12 @@ void python::copy_files()
op::copy_glob_to_dir_if_better(cx(),
build_path() / "libffi*.dll",
paths::install_dlls(),
paths::install_bin(),
op::copy_files);
op::copy_file_to_dir_if_better(cx(),
build_path() / ("python" + version_for_dll() + ".dll"),
paths::install_dlls());
paths::install_bin());
op::copy_file_to_dir_if_better(cx(),
build_path() / ("python" + version_for_dll() + ".pdb"),
@@ -227,7 +227,7 @@ void python::copy_files()
op::copy_file_to_file_if_better(cx(),
build_path() / "pythoncore" / ("python" + version_for_dll() + ".zip"),
paths::install_dlls() / "pythoncore.zip",
paths::install_bin() / "pythoncore.zip",
op::copy_files);
}