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

avoid symlinks in libetpan and copy the headers as files (eg. 'npm publish' does not allow symlinks)

This commit is contained in:
B. Petersen 2018-08-14 15:37:18 +02:00
parent 9c406f6b95
commit e70475f34e

View file

@ -73,7 +73,7 @@ update_libetpan() {
cp $SRCDIR/libetpan-config.h libetpan/libetpan-config.h
mkdir -p libetpan/include/libetpan/
cp -a $SRCDIR/include/libetpan/*.h libetpan/include/libetpan/
cp $SRCDIR/include/libetpan/*.h libetpan/include/libetpan/
cp $SRCDIR/config.h libetpan/include/libetpan/
}