[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#54766: [PATCH] 28.1.0; Native comp: Inherit working directory for su
From: |
Robin Putters |
Subject: |
bug#54766: [PATCH] 28.1.0; Native comp: Inherit working directory for sub processes (MS Windows) |
Date: |
Thu, 7 Apr 2022 14:35:57 +0000 |
On MS Windows systems, where the Emacs executable is typically not in the PATH,
creating the async sub processes for the native compiler will fail because they
are started in a random working directory. The included patch will inherit the
working directory from the parent emacs process by setting default-directory
before creating the sub process.
Robin Putters
Pat2409.diff
Description: Pat2409.diff
- bug#54766: [PATCH] 28.1.0; Native comp: Inherit working directory for sub processes (MS Windows),
Robin Putters <=