windows build fix
This commit is contained in:
parent
4e999af7ac
commit
4d7bdd0047
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ getSearchPath = map toOsPath <$> PB.getSearchPath
|
|||
|
||||
{- Used for string constants. -}
|
||||
literalOsPath :: ShortByteString -> OsPath
|
||||
literalOsPath = bytesToOsPath
|
||||
literalOsPath = toOsPath
|
||||
|
||||
#else
|
||||
{- When not building with WITH_OSPATH, use RawFilePath.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue