-
Notifications
You must be signed in to change notification settings - Fork 299
New issue
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
Build configure err #50
Comments
Thanks for reporting. I'm testing a fix that will force yasm on configure detecting mingw build. In that case, as you noted, mingw will require yasm as nasm is missing a few features we currently use in the windows prelog. I'll note when integrated. |
👍 |
The latest commit 32b5c41 should fix this so autodetected mingw will work with yasm and fail on an unsupported version. |
This seems to be fixed so I'm going to close the issue. |
Generated Makefile contains nasm -f elf64 when configure with --host=x86_64-w64-mingw32 on linux platform.
There are two questions.
The text was updated successfully, but these errors were encountered: