jordwalke / esy-issues

Easy ISSUES
MIT License
49 stars 5 forks source link

Provide our own implementation of realpath for Windows #97

Open wokalski opened 7 years ago

wokalski commented 7 years ago

esy uses realpath from stdlib when ejecting. (See here) According to @jordwalke it fails on msys2. IMO we should add an #if in our realpath.c and use their implementation if we're on Windows.

While we're on it, it would be cool to setup some (at least rudimentary) CI to test this stuff.