[cpp-msbuild] branch main updated: Fix missing PDB garnish (for real).

Scott Cantor cantor.2 at osu.edu
Thu Oct 14 18:52:00 UTC 2021


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch main
in repository cpp-msbuild.

View the commit online:
http://git.shibboleth.net/view/?p=cpp-msbuild.git;a=commit;h=87e36df6879bc0ad4e29af2c6fc23469db4a2774

The following commit(s) were added to refs/heads/main by this push:
     new 87e36df  Fix missing PDB garnish (for real).
87e36df is described below

commit 87e36df6879bc0ad4e29af2c6fc23469db4a2774
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Oct 14 14:51:49 2021 -0400

    Fix missing PDB garnish (for real).
---
 dependencies/dependency.make | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dependencies/dependency.make b/dependencies/dependency.make
index 39453cb..c73e960 100644
--- a/dependencies/dependency.make
+++ b/dependencies/dependency.make
@@ -194,7 +194,7 @@ openssl-clean-configure: openssl-test
                 $(ROOT_DIR)\$(OPENSSL_DIR)\x86Debug\bin\libcrypto-$(OPENSSL_FILE_VERSION)D.pdb
 	if exist $(ROOT_DIR)\$(OPENSSL_DIR)\x64\bin \
 	copy /y $(ROOT_DIR)\$(OPENSSL_DIR)\x64\bin\libssl-$(OPENSSL_FILE_VERSION)-x64.sv-pdb \
-                $(ROOT_DIR)\$(OPENSSL_DIR)\x64\bin\libssl-$(OPENSSL_FILE_VERSION).pdb
+                $(ROOT_DIR)\$(OPENSSL_DIR)\x64\bin\libssl-$(OPENSSL_FILE_VERSION)-x64.pdb
 	if exist $(ROOT_DIR)\$(OPENSSL_DIR)\x64\bin \
 	copy /y $(ROOT_DIR)\$(OPENSSL_DIR)\x64\bin\libcrypto-$(OPENSSL_FILE_VERSION)-x64.sv-pdb \
                 $(ROOT_DIR)\$(OPENSSL_DIR)\x64\bin\libcrypto-$(OPENSSL_FILE_VERSION)-x64.pdb

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list