SAM icon indicating copy to clipboard operation
SAM copied to clipboard

Windows compilation under CYGWIN

Open go4retro opened this issue 5 years ago • 0 comments

The #if defined GNU_LIBRARY || defined GLIBC at line 17 in main.c doesn't seem to trigger on cygwin, so those wrappers don't get included.

Once commented out, the code compiled file and runs on Windows command line, but that's not portable. Interested in a better solution.

go4retro avatar Oct 11 '20 05:10 go4retro