]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix MS-Windows build broken by "Install C source code"
authorEli Zaretskii <eliz@gnu.org>
Sat, 25 Jan 2020 17:43:14 +0000 (19:43 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 25 Jan 2020 17:43:14 +0000 (19:43 +0200)
* nt/epaths.nt (PATH_EMACS_SOURCE): Add definition.

nt/epaths.nt

index 62e774906340480ca0b7c53c629beb1e19b51652..96e1f5b46630dc6850dd146825ea7838e80a6ad6 100644 (file)
@@ -83,5 +83,9 @@ along with GNU Emacs.  If not, see <https://www.gnu.org/licenses/>.  */
 /* Where Emacs should store game score files.  */
 #define PATH_GAME "%emacs_dir%/var/games/emacs"
 
+/* Where Emacs should look for its own installed source code,
+   or the empty string if the source code is not installed.  */
+#define PATH_EMACS_SOURCE "%emacs_dir%/share/emacs/@VER@"
+
 /* Where Emacs should look for the application default file. */
 #define PATH_X_DEFAULTS ""