Skip to content

Commit

Permalink
Revert "Set PATH_SEPARATOR=; when calling ./configure; fix #7494"
Browse files Browse the repository at this point in the history
This reverts commit 70f411d.

See #7649.

(cherry picked from commit 37ccc45)
  • Loading branch information
Mikolaj authored and mergify-bot committed Sep 19, 2021
1 parent 5ae6ca2 commit 8fff340
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Cabal/src/Distribution/Simple.hs
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,6 @@ runConfigureScript verbosity backwardsCompatHack flags lbi = do
pathEnv = maybe (intercalate spSep extraPath)
((intercalate spSep extraPath ++ spSep)++) $ lookup "PATH" env
overEnv = ("CFLAGS", Just cflagsEnv) :
("PATH_SEPARATOR", Just ";") :
[("PATH", Just pathEnv) | not (null extraPath)]
hp = hostPlatform lbi
maybeHostFlag = if hp == buildPlatform then [] else ["--host=" ++ show (pretty hp)]
Expand Down

0 comments on commit 8fff340

Please sign in to comment.