Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
lib64
to the rustc-link-search
path
Additional context from #141 (comment) I am actually not sure, but there was changed in cmake scripts in zlib-ng to 2.1. And the default cmake detection is a mess :D So I think if we want to test it in CI, we have to also test against different distribution than Ubuntu or Debian. From cmake source code: ``` # Override this default 'lib' with 'lib64' iff: # - we are on Linux system but NOT cross-compiling # - we are NOT on debian # - we are NOT building for conda # - we are on a 64 bits system ``` Co-Authored-By: Jakub Onderka <ahoj@jakubonderka.cz>
- Loading branch information