mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-06-28 15:39:02 +08:00
Fix Travis Mac GCC configurations
This commit is contained in:
parent
5758cd6861
commit
2a808d8d05
@ -128,8 +128,10 @@ jobs:
|
||||
homebrew:
|
||||
packages:
|
||||
- libiodbc
|
||||
- bison
|
||||
env:
|
||||
- CONFIGURE_FLAGS="--with-iodbc=/usr/local/opt --disable-glib"
|
||||
- YACC="/usr/local/opt/bison/bin/bison"
|
||||
- compiler: gcc
|
||||
os: osx
|
||||
osx_image: xcode11.4
|
||||
@ -137,8 +139,10 @@ jobs:
|
||||
homebrew:
|
||||
packages:
|
||||
- unixodbc
|
||||
- bison
|
||||
env:
|
||||
- CONFIGURE_FLAGS="--with-unixodbc=/usr/local/opt --disable-glib"
|
||||
- YACC="/usr/local/opt/bison/bin/bison"
|
||||
|
||||
before_script:
|
||||
- autoreconf -i -f -Wno-portability
|
||||
|
Loading…
Reference in New Issue
Block a user