Skip to content

Commit

Permalink
Remove -L from MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
foldynl committed Jan 30, 2024
1 parent 0d4cc19 commit 58dd363
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ jobs:
- name: Install dependencies
run: |
unset HOMEBREW_NO_INSTALL_FROM_API
brew update
brew upgrade || true
# brew update
# brew upgrade || true
brew install qt6
brew link qt6 --force
brew install hamlib
Expand Down
2 changes: 1 addition & 1 deletion QLog.pro
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ unix:!macx {
INSTALLS += target desktop icon metainfo

INCLUDEPATH += /usr/local/include
LIBS += -L/usr/local/lib -lhamlib
LIBS += -lhamlib
equals(QT_MAJOR_VERSION, 6): LIBS += -lqt6keychain
equals(QT_MAJOR_VERSION, 5): LIBS += -lqt5keychain
}
Expand Down

0 comments on commit 58dd363

Please sign in to comment.