1
0
Fork 0
mirror of https://github.com/deltachat/deltachat-core.git synced 2025-10-05 10:39:27 +02:00
Commit graph

5 commits

Author SHA1 Message Date
Floris Bruynooghe
a251dcc42f Tweak buildscripts a little
- Require a minimum meson version, so we can tell people to use
  --wrap-mode=forcefallback

- Rename the option "fat" to "monolith"

- Error when trying to build a monolith static library, that's a lot
  of work since meson does not natively support this.

- Create a dependency for our main lib and use that in the
  commandline.  This fixes some duplication.
2018-09-18 23:33:34 +02:00
Lars-Magnus Skog
5eb4700a01 Resolve symlinks in libs/openssl/include/openssl to files 2018-09-18 12:07:19 +02:00
Floris Bruynooghe
05304fddcd 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-18 12:07:19 +02:00
B. Petersen
04cb4dcd4e remove android-depending makefiles 2018-08-31 15:34:03 +02:00
B. Petersen
b4f310c2be add cyrussasl, iconv, openssl to libs for optional usage (if system does not provide) 2018-08-17 16:06:47 +02:00