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