Attempt to fix ruby build.

pull/34874/head
Matthew Stevenson 12 months ago
parent 129849e7d8
commit c018a28f48
  1. 2
      Makefile
  2. 2
      templates/Makefile.template

2
Makefile generated

@ -375,7 +375,7 @@ LDFLAGS += -pthread
endif
ifeq ($(SYSTEM),MINGW32)
LIBS = m pthread ws2_32 iphlpapi dbghelp bcrypt
LIBS = m pthread ws2_32 crypt32 iphlpapi dbghelp bcrypt
LDFLAGS += -pthread
endif

@ -403,7 +403,7 @@
endif
ifeq ($(SYSTEM),MINGW32)
LIBS = m pthread ws2_32 iphlpapi dbghelp bcrypt
LIBS = m pthread ws2_32 crypt32 iphlpapi dbghelp bcrypt
LDFLAGS += -pthread
endif

Loading…
Cancel
Save