1
0
Fork 0
mirror of https://github.com/deltachat/deltachat-core.git synced 2025-10-04 18:29:19 +02:00
deltachat-core/libs/sqlite/meson_options.txt
Floris Bruynooghe 80e7a4ca6b Build all the bundled libraries when appropriate
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.
2018-09-17 14:34:43 +02:00

6 lines
123 B
Meson

option(
'static-pic-lib',
type: 'boolean',
value: false,
description: 'Build a static library with PIC support',
)