mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 05:59:07 +08:00
f32fc13dbe
* Use vcpkg_build_nmake for windows incl. uwp Use prerun shell for configuration * [openssl] Generate OPENSSL_VERSION_MAJOR/MINOR/FIX * Update versions Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
14 lines
766 B
Diff
14 lines
766 B
Diff
diff --git a/Configurations/windows-makefile.tmpl b/Configurations/windows-makefile.tmpl
|
|
index f71f3bf..116954f 100644
|
|
--- a/Configurations/windows-makefile.tmpl
|
|
+++ b/Configurations/windows-makefile.tmpl
|
|
@@ -223,7 +223,7 @@ MODULESDIR_dev={- use File::Spec::Functions qw(:DEFAULT splitpath catpath);
|
|
splitpath($modulesprefix, 1);
|
|
our $modulesdir_dev = $modulesprefix_dev;
|
|
our $modulesdir_dir =
|
|
- catdir($modulesprefix_dir, "ossl-modules");
|
|
+ catdir($modulesprefix_dir, "../bin");
|
|
our $modulesdir = catpath($modulesdir_dev, $modulesdir_dir);
|
|
our $enginesdir_dev = $modulesprefix_dev;
|
|
our $enginesdir_dir =
|