Fix macOS tests
This commit is contained in:
parent
76660fde81
commit
f223e0d627
@ -101,6 +101,8 @@ endif
|
||||
else
|
||||
ifeq ($(UNAME),Darwin)
|
||||
EXTRACFLAGS := -lresolv
|
||||
EXTRACXXFLAGS := -lc++
|
||||
EXTRARSCXXFLAGS := -lc++
|
||||
else
|
||||
ifeq ($(UNAME),FreeBSD)
|
||||
EXTRACFLAGS := -lm -lpthread -lgcc_s
|
||||
|
Loading…
Reference in New Issue
Block a user