Rework GNUmakefiles for XL C/C++ changes
parent
8c3658fce8
commit
319698e43f
|
|
@ -18,7 +18,7 @@ USING_NAMESPACE(std)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Used for testing the compiler and linker in cryptest.sh
|
// Used for testing the compiler and linker in cryptest.sh
|
||||||
#if defined(CRYPTOPP_ADHOC_MAIN)
|
#if defined(CRYPTOPP_ADHOC_MAIN) || defined(ADHOC_MAIN)
|
||||||
|
|
||||||
int main(int argc, char *argv[])
|
int main(int argc, char *argv[])
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue