1
0
Fork 0
mirror of https://github.com/deltachat/deltachat-core.git synced 2025-10-04 02:09:17 +02:00
This commit is contained in:
B. Petersen 2018-08-14 23:32:06 +02:00
parent 5d3f7ac28f
commit a1979fa138

View file

@ -66,8 +66,9 @@ update_libetpan() {
rm libetpan/src/low-level/nntp/*.c
rm libetpan/src/low-level/pop3/*.c
# copy includes
# (in the include directory there are just links to the source directory)
# copy header files
# CAVE: instead of using symlink to the header files as in the libetpan-upstream,
# we create real copies which makes usage of other tools easier; eg. `npm publish` does not allow symlinks
rm -r libetpan/include/*