Skip to content
Snippets Groups Projects
Commit 71ed8a52 authored by Sergey Vorontsov's avatar Sergey Vorontsov Committed by Yaroslav Lobankov
Browse files

build: fix package.cpath for Debian based distros

In Linux systems based on Debian, libraries are installed in paths
depending on the architecture. For example, /usr/lib/x86_64-linux-gnu/,
/usr/lib/aarch64-linux-gnu/. Some packages may be installed in these
paths, but Tarantool does not look for libraries installed in these
paths. This patch solves the problem.

Also remove redundant OS depended `if` branches.

Fix #9580

NO_DOC=bugfix
NO_TEST=bugfix
parent d75cd423
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment