Skip to content

Commit a18848b

Browse files
committed
Create implib for dlls when testing MinGW targets
1 parent b7856f6 commit a18848b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ ifdef IS_MSVC
150150
$(CC) $< -link -dll -out:`cygpath -w $@`
151151
else
152152
%.dll: lib%.o
153-
$(CC) -o $@ $< -shared
153+
$(CC) -o $@ $< -shared -Wl,--out-implib=$@.a
154154
endif
155155

156156
$(TMPDIR)/lib%.o: %.c

0 commit comments

Comments
 (0)