Skip to content

Commit

Permalink
Another attempt to fix MacOS workflow problem.
Browse files Browse the repository at this point in the history
  • Loading branch information
garyscavone committed Jun 3, 2024
1 parent dff3586 commit 5ac95f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
with:
fetch-depth: 0
- name: install dependencies
run: brew install autoconf-archive automake cmake meson
run: brew install autoconf-archive automake cmake meson libtool
- name: automake
run:
env NOCONFIGURE=1 ./autogen.sh && mkdir bld-automake && cd bld-automake
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ AS_IF([test "x${AR}" = "xno" ], [
])

# Initialize libtool
#LT_INIT([win32-dll])
LT_INIT([win32-dll])
AC_CONFIG_MACRO_DIR([m4])

# Checks for header files.
Expand Down

0 comments on commit 5ac95f3

Please sign in to comment.