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.
  • Loading branch information
Mikolaj committed Sep 15, 2021
1 parent c8f3025 commit 37ccc45
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 @@ -687,7 +687,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 37ccc45

Please sign in to comment.