mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 19:57:48 +02:00
revert x86 define check, modify makefiles
This commit is contained in:
parent
eab9a07e3f
commit
600c7b5b26
8 changed files with 87 additions and 110 deletions
|
@ -35,7 +35,7 @@ endif
|
|||
# Seems like all recent Mac's have AES-NI, after firmware upgrade 2.2
|
||||
# Found no good way to detect it from command line. TODO: Might be some osx sysinfo magic
|
||||
ifeq ($(USE_AESNI),yes)
|
||||
CXXFLAGS += -maes
|
||||
CXXFLAGS += -D__AES__
|
||||
endif
|
||||
|
||||
install: all
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue