]> git.ipfire.org Git - thirdparty/zstd.git/commit
fix zlibwrap parallel build 2360/head
authorYann Collet <cyan@fb.com>
Thu, 15 Oct 2020 17:56:37 +0000 (10:56 -0700)
committerYann Collet <cyan@fb.com>
Thu, 15 Oct 2020 17:56:37 +0000 (10:56 -0700)
commitabf5c0655cfdbf25a585f1167ef47c1ff59a15c3
treea9633d1e99b582c2abbc9eb1ce0fbed3427641e6
parent8c46c1d85180d7ccaff7a539cf7fc551f6fd8088
fix zlibwrap parallel build

previous recipe would build object files directly within programs/
which could be in competition with other local builds happening in programs/ at the same time.

fixed by generating the relevant object file locally.
zlibWrapper/Makefile