Skip to content

Commit f223e0d

Browse files
committed
Fix macOS tests
1 parent 76660fd commit f223e0d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/run-make-fulldeps/tools.mk

+2
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ endif
101101
else
102102
ifeq ($(UNAME),Darwin)
103103
EXTRACFLAGS := -lresolv
104+
EXTRACXXFLAGS := -lc++
105+
EXTRARSCXXFLAGS := -lc++
104106
else
105107
ifeq ($(UNAME),FreeBSD)
106108
EXTRACFLAGS := -lm -lpthread -lgcc_s

0 commit comments

Comments
 (0)