Skip to content

Commit 6c5c401

Browse files
simonmar23Skidoo
authored andcommitted
Expand ${pkgroot} in dynamic-library-dirs
Looks like this was forgotten - it is done in GHC but not in Cabal. (cherry picked from commit cbdb135)
1 parent 752a77d commit 6c5c401

File tree

1 file changed

+1
-0
lines changed
  • Cabal/Distribution/Simple/Program

1 file changed

+1
-0
lines changed

Cabal/Distribution/Simple/Program/HcPkg.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,7 @@ mungePackagePaths pkgroot pkginfo =
291291
importDirs = mungePaths (importDirs pkginfo),
292292
includeDirs = mungePaths (includeDirs pkginfo),
293293
libraryDirs = mungePaths (libraryDirs pkginfo),
294+
libraryDynDirs = mungePaths (libraryDynDirs pkginfo),
294295
frameworkDirs = mungePaths (frameworkDirs pkginfo),
295296
haddockInterfaces = mungePaths (haddockInterfaces pkginfo),
296297
haddockHTMLs = mungeUrls (haddockHTMLs pkginfo)

0 commit comments

Comments
 (0)