[Mesa-dev] [PATCH 2/4] docs: remove redundant parameter for scons build basic testing
Andres Gomez
agomez at igalia.com
Sat Jul 8 19:59:39 UTC 2017
toolchain=crossmingw is the default option for platform=windows when
invoking scons.
Signed-off-by: Andres Gomez <agomez at 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
More information about the mesa-dev
mailing list