Skip to content

Commit

Permalink
Only run extra fixup_bundle if not GITHUB_ACTIONS
Browse files Browse the repository at this point in the history
  • Loading branch information
cboulay committed May 16, 2022
1 parent be78938 commit b8a99d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ endif()
set(CPACK_DEBIAN_LABRECORDER_PACKAGE_SECTION "science" CACHE INTERNAL "")
LSLGenerateCPackConfig()

if(APPLE)
if(APPLE AND NOT DEFINED ENV{GITHUB_ACTIONS})
# Qt6 QtNetwork depends on libbrotidec which depends on libbroticommon but whose search path uses @loader_path. Unfortunately, macdeployqt
# does not seem to traverse @loader_path dependencies. So we are forced to call `fixup_bundle`. For now, we only do this if homebrew is present
# because that seems to be where the bad dependency is coming from.
Expand Down

0 comments on commit b8a99d2

Please sign in to comment.