Skip to content

* fixed: shared libraries (dylibs) were not copied into binary#829

Open
dkimitsa wants to merge 1 commit intoMobiVM:masterfrom
dkimitsa:fix/dylibs-not-copied
Open

* fixed: shared libraries (dylibs) were not copied into binary#829
dkimitsa wants to merge 1 commit intoMobiVM:masterfrom
dkimitsa:fix/dylibs-not-copied

Conversation

@dkimitsa
Copy link
Copy Markdown
Contributor

user provided shared libraries were used during linkage but were not copied.

    <libs>
        <lib>libs/libsqlitejdbc.dylib</lib>
    </libs>

as result application failed at runtime.

also logic added to allow not link the library and load it dynamically at runtime, force attribute is used similar to static libs:

    <libs>
        <lib force="false">libs/libsqlitejdbc.dylib</lib>
    </libs>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant