From 5f61d25009ca84559d94596340c3164790a5cb78 Mon Sep 17 00:00:00 2001 From: Mikolaj Konarski Date: Wed, 15 Sep 2021 10:50:10 +0200 Subject: [PATCH] Revert "Set PATH_SEPARATOR=; when calling ./configure; fix #7494" This reverts commit 70f411d39ec22c3d02b376bae728ba231b54e385. See #7649. (cherry picked from commit 37ccc45cb7cd6008d69a22b58138deb167edab26) --- Cabal/src/Distribution/Simple.hs | 1 - 1 file changed, 1 deletion(-) diff --git a/Cabal/src/Distribution/Simple.hs b/Cabal/src/Distribution/Simple.hs index c18445e07a2..f58d79f0f23 100644 --- a/Cabal/src/Distribution/Simple.hs +++ b/Cabal/src/Distribution/Simple.hs @@ -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)]