diff options
author | Thorsten Behrens <thorsten.behrens@allotropia.de> | 2021-08-03 18:32:16 +0200 |
---|---|---|
committer | Thorsten Behrens <thorsten.behrens@allotropia.de> | 2021-08-04 11:08:29 +0200 |
commit | da36d655608c3da39fd79d95974e1f7404a27aa0 (patch) | |
tree | e4e61710bd230248f82f2b7c2828856d20d7b17d /sw | |
parent | 330ba10a212f007babb2f3d27de88197936291dd (diff) |
Always provision PATH the cygwin way under Windows
With PATH essentially serving the role of LD_LIBRARY_PATH under
Windows, there was the notion that this needs to be provided in
Windows notation, for win32 gnumake.
That was perhaps once true; currently we're always evaluating PATH
inside a shell, not the Makefile. So this since a while only worked
accidentally, due to cygwin transparently converting between DOS and
UNIX PATH vars. It did break though for corner-cases, e.g.
SRCDIR!=BUILDDIR, and BUILDDIR e.g. D:\FOO.
With that simplification, also GNUMAKE_WIN_NATIVE can go.
Change-Id: Ied5a0443dc70e7dc629c0c0620e6ce911d9a73d0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119941
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
Diffstat (limited to 'sw')
0 files changed, 0 insertions, 0 deletions