1
0
forked from GitHub/gf-rgl

arabic: add api to -path flags in AllAra.gf and LangAra.gf

This fixes a build problem (either a type error, if doing an incremental
rebuild, or a failure to find SyntaxAra.gf if building from scratch.)
I wonder why the Travis build didn't catch this?
This commit is contained in:
Thomas Hallgren
2018-11-14 17:55:47 +01:00
parent ba3a8355aa
commit 6c71da78f7
2 changed files with 2 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
--# -path=.:../abstract:../common:../prelude
--# -path=.:../abstract:../common:../api:../prelude
concrete AllAra of AllAraAbs = LangAra ;

View File

@@ -1,4 +1,4 @@
--# -path=.:../abstract:../common:../prelude
--# -path=.:../abstract:../common:../api:../prelude
concrete LangAra of Lang =
GrammarAra,