Loading
libdeltachat: do not use __FILE__ as a path to headers location
`-fmacro-prefix-map=` option can redirect path from the actual source location to the unrelated path (`build-time` vs `debug-time`). The change expands `__FILE__` in `deltachat.h` to the absolute location to stop relying on `__FILE__` expansion. The change fixes `python3.pkgs.deltachat` for me. Co-authored-by:Robert Schütz <github@dotlambda.de> Co-authored-by:
Sandro <sandro.jaeckel@gmail.com>