Skip to content

Commit

Permalink
Create implib for dlls when testing MinGW targets
Browse files Browse the repository at this point in the history
  • Loading branch information
mati865 committed Jul 3, 2020
1 parent b7856f6 commit a18848b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/run-make-fulldeps/tools.mk
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ ifdef IS_MSVC
$(CC) $< -link -dll -out:`cygpath -w $@`
else
%.dll: lib%.o
$(CC) -o $@ $< -shared
$(CC) -o $@ $< -shared -Wl,--out-implib=$@.a
endif

$(TMPDIR)/lib%.o: %.c
Expand Down

0 comments on commit a18848b

Please sign in to comment.