Skip to content

Commit

Permalink
Create local include and lib dirs for macOS CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
nohal committed Apr 25, 2024
1 parent 9ce0b9d commit 4497ac7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/generic-build-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ brew install libarchive
brew install wxwidgets
brew install create-dmg

mkdir -p /usr/local/include
mkdir -p /usr/local/lib
ln -s /usr/local/opt/libarchive/include/archive.h /usr/local/include/archive.h
ln -s /usr/local/opt/libarchive/include/archive_entry.h /usr/local/include/archive_entry.h
ln -s /usr/local/opt/libarchive/lib/libarchive.13.dylib /usr/local/lib/libarchive.13.dylib
Expand Down

0 comments on commit 4497ac7

Please sign in to comment.