On Saturday, 2017-07-08 22:59:39 +0300, Andres Gomez wrote: > toolchain=crossmingw is the default option for platform=windows when > invoking scons.
Has that always been true though? Or at least since the minimal scons version supported? > > Signed-off-by: Andres Gomez <[email protected]> > --- > docs/releasing.html | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/docs/releasing.html b/docs/releasing.html > index ceb6e365e4..8e6e4d1a6d 100644 > --- a/docs/releasing.html > +++ b/docs/releasing.html > @@ -450,7 +450,7 @@ Here is one solution that I've been using. > # You may need to unset LLVM if you set it before: > # unset LLVM_CONFIG > tar -xaf mesa-$__version.tar.xz && cd mesa-$__version > - scons platform=windows toolchain=crossmingw > + scons platform=windows > cd .. && rm -rf mesa-$__version > > # Test the automake binaries > -- > 2.11.0 > _______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
