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
Fix for compiling on windows - the check should be _WIN32 not __WIN32__. Also, you have to ifdef the rest of the filename_cmp method because realpath does not exist on windows.
0 commit comments