Skip Menu |
 

From: ghudson@mit.edu
Subject: git commit

Fix name of .pdb file in ccapi/test/Makefile.in

The -Fd cl option specifies the location of the program database
filename, which should have the extension .pdb. Using a .obj
extension causes a build failure with MSVC version 14.15.26726.

https://github.com/krb5/krb5/commit/d281e3640b670afde642993448a27a33abd80cea
Author: Greg Hudson <ghudson@mit.edu>
Commit: d281e3640b670afde642993448a27a33abd80cea
Branch: master
src/ccapi/test/Makefile.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)