Skip to content

Commit

Permalink
Merge pull request #3 from hydradatabase/fix_aarch64
Browse files Browse the repository at this point in the history
fix aarch64 compilation
  • Loading branch information
JerrySievert authored Jan 29, 2024
2 parents cf4146b + ebf0c77 commit 1f52833
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 1f52833

Please sign in to comment.