mirror of https://github.com/lukechilds/cc-rs.git
Browse Source
The create_dir_all function is not threadsafe. It non-atomically checks if a directory exists and then creates it. This change moves the creation to serial code prior to the compilation loop.vs2017
Nipunn Koorapati
8 years ago
2 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue