mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-03 07:30:56 +00:00
CREATE-PROJECT: Include CommonDigest.h for macOS, not CommonCrypto
<CommonCrypto/CommonDigest.h> should be used for CC_MD5() on macOS. Fixes the build on Leopard.
This commit is contained in:
parent
93234d81e6
commit
7e79fd6e61
@ -29,7 +29,7 @@
|
||||
#ifdef MACOSX
|
||||
#include <sstream>
|
||||
#include <iomanip>
|
||||
#include <CommonCrypto/CommonCrypto.h>
|
||||
#include <CommonCrypto/CommonDigest.h>
|
||||
#endif
|
||||
|
||||
namespace CreateProjectTool {
|
||||
|
Loading…
Reference in New Issue
Block a user