Skip to content

Commit

Permalink
Add LDFLAGS
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Oct 2, 2024
1 parent 3e77dbe commit 3f49452
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ jobs:
)
brew install ${PACKAGES[@]}
echo CPPFLAGS="-I$(brew --prefix)/include" >> $GITHUB_ENV
echo LDFLAGS="-L$(brew --prefix)/lib" >> $GITHUB_ENV
# Link keg-only Qt5
echo "$(brew --prefix)/opt/qt@5/bin" >> $GITHUB_PATH
echo PKG_CONFIG_PATH="$(brew --prefix)/opt/qt@5/lib/pkgconfig" >> $GITHUB_ENV
Expand Down

0 comments on commit 3f49452

Please sign in to comment.