mirror of
https://git.code.sf.net/p/mingw-w64/mingw-w64
synced 2024-11-23 18:04:18 +08:00
[typo] change --with-sdks to --enable-sdk
git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@1567 4407c894-4637-0410-b4f5-ada5f102cad1
This commit is contained in:
parent
52e05627c8
commit
de611bbda8
@ -280,7 +280,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> \
|
||||
--with-sdks=none --build=<host triplet> --host=x86_64-w64-mingw32
|
||||
--enable-sdk=none --build=<host triplet> --host=x86_64-w64-mingw32
|
||||
make install
|
||||
|
||||
To view the available sdks, use --help. The prefix should be similar to the
|
||||
|
Loading…
Reference in New Issue
Block a user