forked from GitHub/gf-rgl
fix: drop the leading space
This commit is contained in:
2
Setup.hs
2
Setup.hs
@@ -139,7 +139,7 @@ mkInfo = do
|
|||||||
getPath s =
|
getPath s =
|
||||||
let l = last (lines s)
|
let l = last (lines s)
|
||||||
in if take 14 l == "Shared folder:"
|
in if take 14 l == "Shared folder:"
|
||||||
then Just (drop 14 l </> "lib")
|
then Just (drop 15 l </> "lib")
|
||||||
else Nothing
|
else Nothing
|
||||||
|
|
||||||
getRGLBuildDir :: Info -> Mode -> FilePath
|
getRGLBuildDir :: Info -> Mode -> FilePath
|
||||||
|
|||||||
Reference in New Issue
Block a user