File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -22,12 +22,13 @@ jobs:
2222
2323 - name : Install dependencies
2424 run : |
25- brew install bison
25+ brew install bison automake
2626 pip3 install --break-system-packages docopt
2727
2828 - name : Build, check and install
2929 run : |
3030 export PATH="/usr/local/opt/bison/bin:$PATH"
31+ aclocal --force
3132 autoconf
3233 ./configure
3334 make -j$(nproc) check
Original file line number Diff line number Diff line change @@ -123,11 +123,11 @@ case "${host}" in
123123 ;;
124124
125125 *-*-darwin1.[ 0123] )
126- shared="-bundle -undefined suppress "
126+ shared="-bundle"
127127 ;;
128128
129129 *-*-darwin*)
130- shared="-bundle -undefined suppress - flat_namespace"
130+ shared="-bundle -flat_namespace"
131131 ;;
132132
133133 *-*-solaris*)
You can’t perform that action at this time.
0 commit comments