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:
22
22
23
23
- name : Install dependencies
24
24
run : |
25
- brew install bison
25
+ brew install bison automake
26
26
pip3 install --break-system-packages docopt
27
27
28
28
- name : Build, check and install
29
29
run : |
30
30
export PATH="/usr/local/opt/bison/bin:$PATH"
31
+ aclocal --force
31
32
autoconf
32
33
./configure
33
34
make -j$(nproc) check
Original file line number Diff line number Diff line change @@ -123,11 +123,11 @@ case "${host}" in
123
123
;;
124
124
125
125
*-*-darwin1.[ 0123] )
126
- shared="-bundle -undefined suppress "
126
+ shared="-bundle"
127
127
;;
128
128
129
129
*-*-darwin*)
130
- shared="-bundle -undefined suppress - flat_namespace"
130
+ shared="-bundle -flat_namespace"
131
131
;;
132
132
133
133
*-*-solaris*)
You can’t perform that action at this time.
0 commit comments