You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting an error when I execute hexa built with Nexe, it's telling me something about Unknown command, suggesting that something is being sent as an argument upon execution by default?
Reproduction
I cloned the repo executed the main build script for the bootstrapped compiler
$ .\build.bat
it went great.... now when I compiled to Nexe using:
$ .\nexe-build.bat
It successfully built the executable, but when I run it, it outputs this:
Describe the bug
I'm getting an error when I execute hexa built with Nexe, it's telling me something about Unknown command, suggesting that something is being sent as an argument upon execution by default?
Reproduction
I cloned the repo executed the main build script for the bootstrapped compiler
it went great.... now when I compiled to Nexe using:
It successfully built the executable, but when I run it, it outputs this:
Platform
Expected behavior
Clean execution with no errors.
Screenshots
No response
Additional context
No response
Agreements
The text was updated successfully, but these errors were encountered: