Skip to content

issue with shared_libraries for appimage #29

@anchikai

Description

@anchikai

My project uses nuklear for handling all of its ui. So I built nuklear from source and I have nuklear.so in the project's root directory, aka ./nuklear.so as well as

[appimage]
shared_libraries = [
    "nuklear.so",
]

inside of makelove.toml.

With all of that said, running the appimage makes love error as it can't find nuklear.so.

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