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:
parent
9c406f6b95
commit
e70475f34e
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ update_libetpan() {
|
||||||
|
|
||||||
cp $SRCDIR/libetpan-config.h libetpan/libetpan-config.h
|
cp $SRCDIR/libetpan-config.h libetpan/libetpan-config.h
|
||||||
mkdir -p libetpan/include/libetpan/
|
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/
|
cp $SRCDIR/config.h libetpan/include/libetpan/
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue