The argument `none` is not valid. It should be `no`. This closes https://github.com/mingw-w64/mingw-w64/issues/161.
Signed-off-by: LIU Hao <[email protected]> --- mingw-w64-doc/howto-build/mingw-w64-howto-build-adv.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)diff --git a/mingw-w64-doc/howto-build/mingw-w64-howto-build-adv.txt b/mingw-w64-doc/howto-build/mingw-w64-howto-build-adv.txt
index 5b5b15aa8..2e7fc6baf 100644
--- a/mingw-w64-doc/howto-build/mingw-w64-howto-build-adv.txt
+++ b/mingw-w64-doc/howto-build/mingw-w64-howto-build-adv.txt
@@ -274,7 +274,7 @@ An example configure line for Binutils is:
When you checkout the svn trunk from the mingw-w64 developer repository, there
should be a directory called mingw-w64-headers. Install it with:
../path/to/mingw-w64-headers/configure
--prefix=<prefix>/x86_64-w64-mingw32 \
- --enable-sdk=none --build=<host triplet> --host=x86_64-w64-mingw32
+ --enable-sdk=no --build=<host triplet> --host=x86_64-w64-mingw32
make install
To view the available sdks, use --help. The prefix should be similar to the
--
2.53.0
OpenPGP_signature.asc
Description: OpenPGP digital signature
_______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
