Skip to content

Commit 6f040f6

Browse files
committed
try to workaround mingw bug in linking msvc lib files in Rtools 4.3
https://sourceware.org/bugzilla/show_bug.cgi?id=30079
1 parent c9606ba commit 6f040f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Makevars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ QARCH=$(OSFLAG)$(MS)
3636

3737
PKG_CFLAGS=-D_GNU_SOURCE
3838
ifeq ($(OSFLAG),w)
39-
PKG_LIBS=-L. -l$(QLIB) -lws2_32 -liphlpapi
39+
PKG_LIBS=-L. $(QLIB).dll -lws2_32 -liphlpapi
4040
else
4141
PKG_LIBS=$(QLIB)$(QLIBS)
4242
endif

0 commit comments

Comments
 (0)