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
occurs when trying to build a console-style app using the "-native" flag on a 64-bit mac
create a simple console app requiring either the os or e.g. readline module
straightforward compilation = production of a smallest possible executable
barfs with the error (related to 32 bit exclusion on 64 bit macos)
it is illegal to try and build any 32-bit app on a 64-bit apple os - so the option should never be in any makefile
No response
V 0.4.3 b347f54
wonder if there's an easy fix for this
Note
You can use the 👍 reaction to increase the issue's priority for developers.
Please note that only the 👍 reaction to the issue itself counts as a vote. Other reactions and those to comments will not be taken into account.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
occurs when trying to build a console-style app using the "-native" flag on a 64-bit mac
Reproduction Steps
create a simple console app requiring either the os or e.g. readline module
Expected Behavior
straightforward compilation = production of a smallest possible executable
Current Behavior
barfs with the error (related to 32 bit exclusion on 64 bit macos)
Possible Solution
it is illegal to try and build any 32-bit app on a 64-bit apple os - so the option should never be in any makefile
Additional Information/Context
No response
V version
V 0.4.3 b347f54
Environment details (OS name and version, etc.)
wonder if there's an easy fix for this
Note
You can use the 👍 reaction to increase the issue's priority for developers.
Please note that only the 👍 reaction to the issue itself counts as a vote.
Other reactions and those to comments will not be taken into account.
The text was updated successfully, but these errors were encountered: