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
#7060 prevent compilation as it use mkdir.exe and cp.exe which do not exist under windows: mkdir is part of Microsoft shell not and exe and cp is unix tool not present on windows
when linking the compilation failed with following error message
exec: "mkdir": executable file not found in %PATH%