mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-10-18 01:30:22 +01:00
darwin: update version of std, -msse for x86_64
This commit is contained in:
parent
842519ec8e
commit
937ac909bc
2 changed files with 9 additions and 4 deletions
|
@ -24,6 +24,6 @@ endif
|
|||
|
||||
OSARCH = $(shell uname -p)
|
||||
|
||||
ifneq ($(OSARCH),powerpc)
|
||||
CXXFLAGS += -msse
|
||||
ifeq ($(shell uname -m), x86_64)
|
||||
CXXFLAGS += -msse
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue