esy-issues icon indicating copy to clipboard operation
esy-issues copied to clipboard

Provide our own implementation of realpath for Windows

Open wokalski opened this issue 7 years ago • 0 comments

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.

wokalski avatar May 07 '17 10:05 wokalski