Skip to content

Commit d215321

Browse files
committed
mingw: Build for 32-bit targets.
We had a request for 64-bit Windows binaries at some point, but win32 is more broadly compatible. Since everything's broken, let's concentrate on that and add rules to generate a separate opusfile-${version}-win64 package later.
1 parent 39c355a commit d215321

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
@@ -78,7 +78,7 @@ opus_BUILD: $(opus_DIR)
7878
$(MAKE) -C $< install
7979

8080
ssl_BUILD: $(ssl_DIR)
81-
cd $< && ./Configure shared mingw64 no-asm \
81+
cd $< && ./Configure shared mingw no-asm \
8282
--prefix=$(CURDIR) \
8383
--cross-compile-prefix=$(TOOL_PREFIX)-
8484
$(MAKE) -C $< depend

0 commit comments

Comments
 (0)