$__mesa_root/autogen.sh --enable-llvm-shared-libs && make -j2 distcheck
- # Build check the tarballs (scons)
- tar -xaf mesa-$__version.tar.xz && cd mesa-$__version && scons && cd ..
+ # Build check the tarballs (scons, linux)
+ tar -xaf mesa-$__version.tar.xz && cd mesa-$__version
+ scons
+ cd .. && rm -rf mesa-$__version
+
+ # Build check the tarballs (scons, windows/mingw)
+ tar -xaf mesa-$__version.tar.xz && cd mesa-$__version
+ scons platform=windows toolchain=crossmingw
+ cd .. && rm -rf mesa-$__version
# Test the automake binaries
- rm -rf mesa-$__version
tar -xaf mesa-$__version.tar.xz && cd mesa-$__version
./configure \
--with-dri-drivers=i965,swrast \