Skip to content

Commit

Permalink
Update build-macos-reusable.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
randomlogin committed Aug 1, 2024
1 parent 42b6416 commit 27c5c4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-macos-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ jobs:
- name: Build fingertip
run: |
source $GITHUB_ENV
export CGO_CFLAGS="-I/usr/local/include"
export CGO_LDFLAGS="-L/usr/local/lib -lgetdns"
export CGO_CFLAGS="-I$BREW_PREFIX/include"
export CGO_LDFLAGS="-L$BREW_PREFIX/lib -lgetdns"
echo $CGO_CFLAGS
echo $CGO_LDFLAGS
chmod +x builds/macos/Fingertip.app/Contents/MacOS/hnsd
Expand Down

0 comments on commit 27c5c4c

Please sign in to comment.