From a3363262aeabe89b5c79937efed696fe6eee30e4 Mon Sep 17 00:00:00 2001 From: Ralph Giles <giles@mozilla.com> Date: Thu, 9 Jan 2014 14:06:19 -0800 Subject: [PATCH] Fix typo in release checklist. --- doc/release.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/release.txt b/doc/release.txt index 2920aa4..c5248c7 100644 --- a/doc/release.txt +++ b/doc/release.txt @@ -32,7 +32,7 @@ Win32 binaries: or similar. Wine is required for 'make check' to complete. - Compile openssl with: ./Configure shared mingw64 no-asm --prefix=/path/to/builddir \ - --cross-compile-prefix=i686-w64-mingw32 + --cross-compile-prefix=i686-w64-mingw32- make depend && make -j8 && make install - Compile opusfile with: ./configure --host=i686-w64-mingw32 --prefix=/path/to/builddir \ -- GitLab