Antique-team / clangml

OCaml bindings for clang
Other
24 stars 6 forks source link

Fixed: Don't force download clang-3.8 on macOS #63

Closed thierry-martinez closed 7 years ago

thierry-martinez commented 7 years ago

clang-3.8 is downloaded only if ~/usr/clang38 doesn't already exist. Previously, if ~/usr/clang38 did already exist, the build failed on the "mv" command.