[cpp-msbuild] branch main updated: Fix an issue with the PDB workaround rules.

Scott Cantor cantor.2 at osu.edu
Thu Oct 14 17:54:52 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=967adf6fd0e265a62b8c091bd57999ee6fde3213

The following commit(s) were added to refs/heads/main by this push:
     new 967adf6  Fix an issue with the PDB workaround rules.
967adf6 is described below

commit 967adf6fd0e265a62b8c091bd57999ee6fde3213
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Oct 14 13:53:52 2021 -0400

    Fix an issue with the PDB workaround rules.
---
 dependencies/dependency.make | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dependencies/dependency.make b/dependencies/dependency.make
index 611fe37..39453cb 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)$(OpenSSLNameGarnish).pdb
+                $(ROOT_DIR)\$(OPENSSL_DIR)\x64\bin\libssl-$(OPENSSL_FILE_VERSION).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