Skip to content

Commit

Permalink
Try to update MAC_INTEGRATION_DYNLIB
Browse files Browse the repository at this point in the history
  • Loading branch information
melroy89 committed Feb 19, 2024
1 parent 8c854d9 commit 12efcf5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macOS-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: macos-12

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ if(NOT UNITTEST)
# Maybe try to use: find_library()
# Hack solution to get the dylib.
# Also add other libs, like gtk-3 and libgtk-quartz?
set(MAC_INTEGRATION_DYNLIB "/usr/local/Cellar/gtk-mac-integration/3.0.1/lib/libgtkmacintegration-gtk3.4.dylib")
set(MAC_INTEGRATION_DYNLIB "/usr/local/Cellar/gtk-mac-integration/3.0.1_1/lib/libgtkmacintegration-gtk3.dylib")
install(FILES ${MAC_INTEGRATION_DYNLIB} DESTINATION ${LIBDIR})
# TODO: Also copy GTK/GTKMM to the app dmg image

Expand Down

0 comments on commit 12efcf5

Please sign in to comment.