Skip to content

Commit

Permalink
mac calls it glibtoolize due to name conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
bovine committed Aug 13, 2024
1 parent cd8c47f commit 25746d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mac-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
brew install tcl-tk readline autoconf automake libtool
- name: configure
run: |
libtoolize
glibtoolize
autoreconf -vif
./configure --with-readline-includes=/opt/homebrew/opt/readline/8.1/include --with-readline-library=/opt/homebrew/opt/readline/8.1/lib --with-tcl=/opt/homebrew/opt/tcl-tk/lib --with-tcl-includes=/opt/homebrew/opt/tcl-tk/include
- name: make
Expand Down

0 comments on commit 25746d5

Please sign in to comment.