Skip to content

Commit a9762bb

Browse files
committed
mac os non-static linking
1 parent be66fdf commit a9762bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ifeq ($(shell uname),Darwin)
44
CXXFLAGS = -O3 -std=c++20 -pthread
55
else
66
CXXFLAGS = -O3 -std=c++20 -pthread -static
7-
7+
endif
88
TARGET = mbox2eml
99
SRC = mbox2eml.cc
1010

0 commit comments

Comments
 (0)