Skip to content

Commit f24ad4c

Browse files
committed
mingw: Update openssl dll filename.
This seems to have changed to be more like the unix build. We'll probably need libcrypto-1_1.dll too, but I haven't gotten to the link step yet. This fails because of api changes between (no longer supported) 1.0.x versions and the current stable 1.1.
1 parent 2adb7e0 commit f24ad4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mingw/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ $(DIST).zip: $(DIST)
9494
zip -r $@ $</*
9595
@echo $@ ready to go.
9696

97-
$(DIST): $(addprefix $(CURDIR)/bin/, libogg-0.dll libopus-0.dll ssleay32.dll)
97+
$(DIST): $(addprefix $(CURDIR)/bin/, libogg-0.dll libopus-0.dll libssl-1_1.dll)
9898
cd .. && make install
9999
mkdir -p $(DIST)
100100
cp ../AUTHORS ../COPYING ../README.md ../include/opusfile.h $@

0 commit comments

Comments
 (0)