Closed erikd closed 9 years ago
The #include of doesn't work when cross-compiling from Linux to Windows because the Linux file system is case sensitive and on Linux the file is . This change should not affect Windows builds because the Windows file system is case insensitive.
The GHC trac ticket is here : https://ghc.haskell.org/trac/ghc/ticket/10273
The #include of doesn't work when cross-compiling from
Linux to Windows because the Linux file system is case sensitive and
on Linux the file is . This change should not affect Windows
builds because the Windows file system is case insensitive.