We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
see msys2/MINGW-packages#6169
The text was updated successfully, but these errors were encountered:
I have supported compiling xmake on msys/mingw and it worked very well. But we must use mingw-w64-[i686|x86_64]-gcc to compile xmake.
$ pacman -S mingw-w64-x86_64-gcc $ which gcc /mingw64/bin/gcc $ cd xmake $ make build $ make install prefix=/mingw64
Or
$ pacman -S mingw-w64-i686-gcc $ which gcc /mingw32/bin/gcc $ cd xmake $ make build $ make install prefix=/mingw32
Sorry, something went wrong.
No branches or pull requests
see msys2/MINGW-packages#6169
The text was updated successfully, but these errors were encountered: