Rework GNUmakefiles for XL C/C++ changes

pull/696/head
Jeffrey Walton 2018-07-31 02:17:13 -04:00
parent 8c3658fce8
commit 319698e43f
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 1 additions and 1 deletions

View File

@ -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[])
{ {