Skip to content

Commit

Permalink
Merge pull request #552 from guregu/fix-macos-build
Browse files Browse the repository at this point in the history
Fix Makefile for macOS
  • Loading branch information
infradig committed Jun 16, 2024
2 parents 1da23f0 + cd66cc2 commit aecadaf
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 @@ -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
Expand Down

0 comments on commit aecadaf

Please sign in to comment.