-
-
Notifications
You must be signed in to change notification settings - Fork 37
Closed
Description
Hi,
build currently assumes that we want static linking if we are building for musl.
Lines 67 to 68 in 09a7b7e
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
Labels
No labels