Skip to content

Commit

Permalink
Allow update library paths on macOS builds ##build
Browse files Browse the repository at this point in the history
  • Loading branch information
prodrigestivill authored and trufae committed Jan 13, 2025
1 parent 9902219 commit e22cfd0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ jobs:
env:
ARCHFLAGS: '-arch ${{ matrix.arch }}'
CC: gcc -arch ${{ matrix.arch }}
LDFLAGS: '-headerpad_max_install_names' # Allow to relocate its dependencies using install_name_tool
run: make -C dist/macos
- name: Pub
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit e22cfd0

Please sign in to comment.