Skip to content

Commit

Permalink
Merge pull request #155 from g-maxime/ci-mac
Browse files Browse the repository at this point in the history
Fix CI
  • Loading branch information
JeromeMartinez authored May 20, 2024
2 parents 26b4aa1 + 78fb49b commit e0f721d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ZenLib_Checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Dependencies
run: |
if [ "$RUNNER_OS" == "macOS" ]; then
brew install automake
brew install automake libtool
fi
- name: Configure
run: |
Expand Down
2 changes: 1 addition & 1 deletion Project/GNU/Library/autogen.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

#libtoolize
if test "$(uname)" = "Darwin" ; then
if ! command -v glibtoolize &>/dev/null 2>&1 ; then
#Darwin based Systems like Mac OS X: libtoolize is called glibtoolize.
glibtoolize --automake
else
Expand Down

0 comments on commit e0f721d

Please sign in to comment.