1
0
Fork 0
mirror of https://github.com/deltachat/deltachat-core.git synced 2025-10-05 02:29:28 +02:00
Fixes #335
This commit is contained in:
Floris Bruynooghe 2018-09-30 16:11:28 -07:00
parent c92b0b5c4c
commit 9f986025d5

View file

@ -74,7 +74,7 @@ else
error('Only --default-library=static is supported for now')
endif
lib = library(
'sals2', src,
'sasl2', src,
c_args: ccargs,
include_directories: inc,
dependencies: [openssl],