mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2024-11-23 09:59:42 +00:00
Fix MinGW compile
Also see https://groups.google.com/d/msg/cryptopp-users/fVLk79sIBEE/Euhu6x9nAQAJ
This commit is contained in:
parent
eb67356732
commit
cc23a39fb9
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user