Skip to content

JNI bindings for OSX not published? #2

Description

@termontwouter

While trying to build MappingWeaver on my Macbook, Maven complained about not finding your library, even though it just downloaded and installed the JAR. On further inspection, I believe the files for OSX architectures are simply not included when publishing MappingLoom to the Maven repository. Regardless of the relevant targets being added with rustup, the build script for the bindings only seems to do so when actually run on OSX: if [[ "$OSTYPE" == "darwin"* ]]; then ....

Edit to clarify: manually building on OSX works without a problem.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions