From cd66cc245234c4e08af909ec7842798114796903 Mon Sep 17 00:00:00 2001 From: Greg Date: Sun, 16 Jun 2024 19:31:54 +0900 Subject: [PATCH] Fix Makefile for macOS --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 31543524..483fe218 100644 --- a/Makefile +++ b/Makefile @@ -64,7 +64,7 @@ endif ifndef NOTHREADS CFLAGS += -DUSE_THREADS=1 -pthread LDFLAGS += -pthread -ifeq ($(shell uname)),Darwin) +ifeq ($(shell uname),Darwin) LDFLAGS += else LDFLAGS += -latomic