Skip to content

Fix path blow-up with environment compiler#6

Merged
dra27 merged 7 commits intometastack:masterfrom
dra27:path-blowup
Jun 26, 2020
Merged

Fix path blow-up with environment compiler#6
dra27 merged 7 commits intometastack:masterfrom
dra27:path-blowup

Conversation

@dra27
Copy link
Copy Markdown
Contributor

@dra27 dra27 commented Jun 25, 2020

Testsuite slightly improved.

Deals with the path blow-up in ocaml/opam#4242 (opam's script invokes msvs-detect and then so does flexdll)

dra27 added 7 commits June 25, 2020 11:32
Ensure that PATH overrides never result in picking up a different
command (in particular, one in another Cygwin installation)
cygpath may put trailing slashes back into a path which causing the
suffix removal of the original PATH from MSVS_PATH to fail.
SetEnv-style scripts use %ORIGINALPATH% to allow them to be called
repeatedly - erase this variable to prevent the Cygwin PATH being
erased.
Some developer tools in recent Visual Studio add components to the end
of PATH instead of the beginning.
@MisterDA MisterDA mentioned this pull request Jun 26, 2020
@dra27 dra27 merged commit 24e9545 into metastack:master Jun 26, 2020
@dra27 dra27 deleted the path-blowup branch June 26, 2020 11:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant