Fix MinGW compile

Also see https://groups.google.com/d/msg/cryptopp-users/fVLk79sIBEE/Euhu6x9nAQAJ
This commit is contained in:
Jeffrey Walton 2020-01-27 01:59:01 -05:00
parent eb67356732
commit cc23a39fb9
No known key found for this signature in database
GPG Key ID: B36AB348921B1838

View File

@ -236,7 +236,7 @@ endif
##### X86/X32/X64 Options #####
###########################################################
ifneq ($(IS_X86)$(IS_X64),00)
ifneq ($(IS_X86)$(IS_X64)$(IS_MINGW),000)
ifeq ($(DETECT_FEATURES),1)
ifeq ($(SUN_COMPILER),1)