mirror of
https://github.com/chatmail/core.git
synced 2026-04-05 23:22:11 +03:00
Link to dcc-rs dependencies
When linking against the static library we need to also include all dynamic libs this still depends on. Thanks to the old CI system spotting this!
This commit is contained in:
@@ -10,7 +10,7 @@ def ffibuilder():
|
||||
projdir = os.environ.get('DCC_RS_DEV')
|
||||
target = os.environ.get('DCC_RS_TARGET', 'release')
|
||||
if projdir:
|
||||
libs = []
|
||||
libs = ['rt', 'dl', 'm']
|
||||
objs = [os.path.join(projdir, 'target', target, 'libdeltachat.a')]
|
||||
incs = [os.path.join(projdir, 'deltachat-ffi')]
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user