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:
@@ -93,7 +93,7 @@ First, you must have reasonably current installations of:
|
||||
* [autoconf](https://www.gnu.org/software/autoconf/) (version >= 2.58)
|
||||
|
||||
If you want to build the SQL engine, you'll need
|
||||
[bison](https://www.gnu.org/software/bison/) or
|
||||
[bison](https://www.gnu.org/software/bison/) (version >= 3.0) or
|
||||
[byacc](https://invisible-island.net/byacc/byacc.html), and
|
||||
[flex](https://github.com/westes/flex).
|
||||
|
||||
|
Reference in New Issue
Block a user