My machine returns EEXIST as errno -17. Without this
patch, the swig executable would fail when attempting to output to a
directory that already existed. Checking against the error code EEXIST
solves this issue. This technique also feels more readable.
My machine returns EEXIST as errno -17. Without this patch, the swig executable would fail when attempting to output to a directory that already existed. Checking against the error code EEXIST solves this issue. This technique also feels more readable.
OS X version 10.10.3 node version 5.1.0