forked from GitHub/gf-rgl
Remove unneccessary --gf-lib-path, which could give misleading errors
This commit is contained in:
2
Make.hs
2
Make.hs
@@ -393,7 +393,7 @@ gfcn bi mode summary files = do
|
|||||||
run_gfc :: Info -> [String] -> IO ()
|
run_gfc :: Info -> [String] -> IO ()
|
||||||
run_gfc bi args = do
|
run_gfc bi args = do
|
||||||
let
|
let
|
||||||
args' = ["--batch","--gf-lib-path="++sourceDir] ++ filter (not . null) args
|
args' = ["--batch"] ++ filter (not . null) args
|
||||||
gf = infoGFPath bi
|
gf = infoGFPath bi
|
||||||
execute gf args'
|
execute gf args'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user