Hackishly fix parallel build failure with in-tree GMP
See the comments and #8102. The basic gist of it seems to be that the build system follows an implied rule from somewhere to directly build a C file, which doesn't have a dependency on the in-tree gmp.h that we build. As a result, the C file compilation races against the GMP build, causing an error. This is a pretty unsatisfactory hack, but for Windows and OS X machines where we more often build in-tree GMPs, it's quite important. Authored-by:Kazu Yamamoto <kazu@iij.ad.jp> Signed-off-by:
Austin Seipp <austin@well-typed.com>
Please register or sign in to comment