Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
python-bcrypt: Do not use lld when building with ptests on.
Somehow linker/lld here fails to link ptests with cargo, therefore workaround it by disabling lld when ptest feature is on. Fixes errors like note: riscv64-yoe-linux-ld.lld: error: undefined symbol: PyExc_ValueError\nreferenced by bcrypt_rust.a93ef5fbf090e743-cgu.0 Signed-off-by: Khem Raj <[email protected]>
- Loading branch information