toolchain=crossmingw is the default option for platform=windows when invoking scons.
Signed-off-by: Andres Gomez <ago...@igalia.com> --- 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 mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev