Skip to content

don't assume musl target is always static #7

@gyakovlev

Description

@gyakovlev

Hi,
build currently assumes that we want static linking if we are building for musl.

env::var("PCRE2_SYS_STATIC").unwrap_or(String::new()) == "1"
|| target.contains("musl");

it's not always desired.
is it possible to provide some kind of override so we can skip static linking on musl targets on demand?

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