mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 19:42:50 -06:00
WebSetup.hs: use </> instead of '/' for Win32 compatibility
This commit is contained in:
@@ -50,7 +50,7 @@ setupWeb gf args dest pkg lbi =
|
|||||||
where
|
where
|
||||||
tmp_dir = gfo_dir</>tmp
|
tmp_dir = gfo_dir</>tmp
|
||||||
cmd = gf++" -make -s -optimize-pgf --gfo-dir="++tmp_dir++
|
cmd = gf++" -make -s -optimize-pgf --gfo-dir="++tmp_dir++
|
||||||
" --gf-lib-path=dist/build/rgl"++
|
" --gf-lib-path=dist"</>"build"</>"rgl"++
|
||||||
-- " --output-dir="++grammars_dir++ -- has no effect?!
|
-- " --output-dir="++grammars_dir++ -- has no effect?!
|
||||||
" "++src
|
" "++src
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user