We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca07c82 commit ac8a7b9Copy full SHA for ac8a7b9
unix/BTH/install-windows-32bit-crosscompile.sh
@@ -6,7 +6,7 @@ sudo apt install nsis -y
6
7
# Set the default mingw32 g++ compiler option to posix.
8
sudo apt install g++-mingw-w64-i686 mingw-w64-i686-dev -y
9
-#sudo update-alternatives --config i686-w64-mingw32-g++
+sudo update-alternatives --config i686-w64-mingw32-g++
10
11
12
# Lib boost
0 commit comments