Skip to content

Possible to add rpath #486

Open
Open
@sampaioletti

Description

@sampaioletti

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions