Skip to content

Commit

Permalink
fix readline paths
Browse files Browse the repository at this point in the history
  • Loading branch information
bovine committed Aug 13, 2024
1 parent f8268e4 commit 1d73e2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mac-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
run: |
glibtoolize
autoreconf -vif
ls -lR /opt/homebrew/opt/readline
./configure --with-readline-includes=/opt/homebrew/opt/readline/8.2/include --with-readline-library=/opt/homebrew/opt/readline/8.2/lib --with-tcl=/opt/homebrew/opt/tcl-tk/lib --with-tcl-includes=/opt/homebrew/opt/tcl-tk/include
ls -lR /opt/homebrew/opt/readline/
./configure --with-readline-includes=/opt/homebrew/opt/readline/include --with-readline-library=/opt/homebrew/opt/readline/lib --with-tcl=/opt/homebrew/opt/tcl-tk/lib --with-tcl-includes=/opt/homebrew/opt/tcl-tk/include
- name: make
run: make
- name: install
Expand Down

0 comments on commit 1d73e2d

Please sign in to comment.