Skip to content

Commit

Permalink
OS X: add Qt framework fallback variable to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gerbert committed Nov 13, 2024
1 parent 08916cf commit 994cbc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/macOSBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
make -j4
- name: Build dmg
run: |
export DYLD_FALLBACK_FRAMEWORK_PATH=$(brew --prefix qt)/lib
cd build
macdeployqt qlog.app -executable=./qlog.app/Contents/MacOS/qlog
cp `brew --prefix`/lib/libhamlib.dylib qlog.app/Contents/Frameworks/libhamlib.dylib
Expand Down

0 comments on commit 994cbc4

Please sign in to comment.