]> git.eshelyaron.com Git - emacs.git/commit
Support builds configured with a separate --bindir
authorEli Zaretskii <eliz@gnu.org>
Mon, 20 Jun 2022 16:04:06 +0000 (19:04 +0300)
committerEli Zaretskii <eliz@gnu.org>
Mon, 20 Jun 2022 16:04:06 +0000 (19:04 +0300)
commit2eb738f2b8a3948b590ac7a6640f317a5cb12918
tree81de073d51aebdd13b415354a6ab9d213caa9789
parentcf4c204df8c4b01b1745452492164deca82bfcca
Support builds configured with a separate --bindir

* src/emacs.c (load_pdump): Don't overwrite the leading
directories of the Emacs executable just because the pdumper file
was not found in the expected directory relative to the binary.
This is needed to support builds with a separate --bindir
configure-time option and native-compilation.  (Bug#55741)
src/emacs.c