Open
Description
In the standard linux system it has the following convention for shared libs
# Load bundled libraries from the lib/ directory relative to the binary.
set(CMAKE_INSTALL_RPATH "$ORIGIN/lib")
I tried adding this to the flutter_pi cmake but it didn't work...would this need to be added at the engine level? Or any other ideas for respecting this convention. Would make including shared libs easier than editing ldconfig on each machine (which is working for us for now).
Metadata
Metadata
Assignees
Labels
No labels