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
This is about the compilation of Orange C itself, not the binaries produced by Orange C. It has not yet reached this stage.
As @mh466lfa has noted, the binaries still have .exe extensions even on Linux and FreeBSD. Running file against them confirmed that they are valid ELF binaries. So, the rules in your makefile incorrectly introduced the .exe extensions on Linux and FreeBSD.
The text was updated successfully, but these errors were encountered:
This is about the compilation of Orange C itself, not the binaries produced by Orange C. It has not yet reached this stage.
As @mh466lfa has noted, the binaries still have
.exe
extensions even on Linux and FreeBSD. Runningfile
against them confirmed that they are valid ELF binaries. So, the rules in your makefile incorrectly introduced the.exe
extensions on Linux and FreeBSD.The text was updated successfully, but these errors were encountered: