mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-10 14:09:51 -05:00
Increase ANTLR timeout for building on slow machines
This commit is contained in:
@@ -153,7 +153,7 @@ if COND_ANTLR
|
|||||||
SUFFIXES = .g .u
|
SUFFIXES = .g .u
|
||||||
|
|
||||||
%.tokens %.c %Lexer.c %Parser.c %Lexer.h %Parser.h %.h: %.g
|
%.tokens %.c %Lexer.c %Parser.c %Lexer.h %Parser.h %.h: %.g
|
||||||
$(ANTLR) $(ANTLR_OPTIONS) $<
|
$(ANTLR) -Xconversiontimeout 30000 $(ANTLR_OPTIONS) $<
|
||||||
|
|
||||||
%.u: %.g
|
%.u: %.g
|
||||||
$(ANTLR) -depend $< > $@
|
$(ANTLR) -depend $< > $@
|
||||||
|
|||||||
Reference in New Issue
Block a user