Skip to content

Commit

Permalink
fix aarch64 compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
JerrySievert committed Jan 29, 2024
1 parent cf4146b commit ebf0c77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ifeq ($(UNAME_S),arm64)
PG_CPPFLAGS += -stdlib=libc++ -DHAVE_NEON_INSTRUCTIONS=1
endif
ifeq ($(UNAME_S),aarch64)
PG_CPPFLAGS += -stdlib=libc++ -DHAVE_NEON_INSTRUCTIONS=1
PG_CPPFLAGS += -DHAVE_NEON_INSTRUCTIONS=1
endif
ifeq ($(UNAME_S),x86_64)
SHLIB_LINK += -lrt -std=c++17 -msse4.2
Expand Down

0 comments on commit ebf0c77

Please sign in to comment.