Skip to content

Commit b2c47f4

Browse files
author
Vassil Keremidchiev
committed
#3126 Use MinGW bin folder for dynamic libraries searching
1 parent ea10057 commit b2c47f4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Stack/Setup/Installed.hs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ extraDirs tool = do
142142
]
143143
, edLib =
144144
[ dir </> $(mkRelDir "mingw32") </> $(mkRelDir "lib")
145+
, dir </> $(mkRelDir "mingw32") </> $(mkRelDir "bin")
145146
]
146147
}
147148
(Platform Cabal.X86_64 Cabal.Windows, "msys2") -> return mempty
@@ -155,6 +156,7 @@ extraDirs tool = do
155156
]
156157
, edLib =
157158
[ dir </> $(mkRelDir "mingw64") </> $(mkRelDir "lib")
159+
, dir </> $(mkRelDir "mingw64") </> $(mkRelDir "bin")
158160
]
159161
}
160162
(_, isGHC -> True) -> return mempty

0 commit comments

Comments
 (0)