build: fix libcrypto renaming
Renaming libcrypto breaks the rebuid. Repro: ```bash cargo build -vv rm -rf target/debug/picodata-* cargo build -vv ``` It results in ``` [build.rs:204] running ["cmake" "--build" "target/debug/build/tarantool-sys/tarantool-prefix/src/tarantool-build"] gmake[2]: *** No rule to make target 'target/debug/build/tarantool-sys/openssl-prefix/lib/libcrypto.a', needed by 'src/tarantool'. Stop. ``` Instead of renaming this patch makes a symlink.
parent
b0470eb1
No related branches found
No related tags found