diff options
Diffstat (limited to 'fontconfig/fc-lang/makefile')
-rw-r--r-- | fontconfig/fc-lang/makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fontconfig/fc-lang/makefile b/fontconfig/fc-lang/makefile index f28fcda0d..3c212fe02 100644 --- a/fontconfig/fc-lang/makefile +++ b/fontconfig/fc-lang/makefile @@ -1,3 +1,7 @@ +ifneq ($(NORELDBG),1) +$(error NORELDBG should have been set to 1) +endif + INCLUDES+=..\src TMPL=fclang.tmpl.h |