mirror of
https://github.com/deltachat/deltachat-core.git
synced 2025-10-04 18:29:19 +02:00

This can now create a few things: - Build a shared lib linked against system libs - Build a static lib linked against system libs - Build a shared "fat" lib using internal deps - Build a static lib using interal deps The readme needs updating.
6 lines
123 B
Meson
6 lines
123 B
Meson
option(
|
|
'static-pic-lib',
|
|
type: 'boolean',
|
|
value: false,
|
|
description: 'Build a static library with PIC support',
|
|
)
|