Skip to content

Commit

Permalink
Fix macosx build: missing X11/Xlib.h
Browse files Browse the repository at this point in the history
  • Loading branch information
cjmayo committed Nov 28, 2024
1 parent 1850554 commit b5b6924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_macosx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- name: install dependencies
run: |
brew install qt@5 pkg-config
brew install qt@5 pkg-config libx11
brew link qt@5 --force
git clone https://github.com/FreeSpacenav/libspnav
cd libspnav
Expand Down

0 comments on commit b5b6924

Please sign in to comment.