Merge 1a064efa6ae40db6ceebea283a215c16b3e2d470 into 26c6f1af9b29d525831c7fa9840ab3e47ed7b700

This commit is contained in:
Ping Xie 2025-02-01 17:55:07 -08:00 committed by GitHub
commit 41b2f66d12
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -145,7 +145,7 @@ ifneq (,$(findstring armv,$(uname_M)))
FINAL_LIBS+=-latomic
else
# Linux POWER needs -latomic at linking time
ifneq (,$(findstring ppc,$(uname_M)))
ifneq (,$(findstring Power*Macintosh,$(uname_M)))
FINAL_LIBS+=-latomic
endif
endif