mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-09-18 18:22:07 +08:00
Try fixing Travis and Appveyor
The new re-entrant parser requires Bison 3, which is not installed on macOS by default. It also appears to require -Wno-yacc.
This commit is contained in:
@@ -53,6 +53,7 @@ if $YACC -V >/dev/null 2>&1; then
|
||||
if $YACC -Wno-conflicts-sr -V >/dev/null 2>&1; then
|
||||
YFLAGS="$YFLAGS -Wno-conflicts-sr"
|
||||
fi
|
||||
YFLAGS="$YFLAGS -Wno-yacc"
|
||||
else
|
||||
sql=false
|
||||
fi
|
||||
|
Reference in New Issue
Block a user