kaniini / libucontext

ucontext implementation featuring glibc-compatible ABI
Other
102 stars 41 forks source link

fix parallel build for makefile #54

Closed dattrax closed 1 month ago

dattrax commented 1 year ago

The copy for bits.h ran in parallel with the initial CC. sometimes on CI the build would fail as the file had not arrived by the time needed. Fix matches meson build process.

kaniini commented 1 month ago

Merged, thanks!