Skip to content

Commit

Permalink
Fix layering issue for imported module
Browse files Browse the repository at this point in the history
  • Loading branch information
mlw committed Sep 13, 2023
1 parent 435792a commit 5c6975d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Source/gui/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ swift_library(
"SNTDeviceMessageWindowView.swift",
],
generates_header = 1,
sdk_frameworks = [
"SecurityInterface",
],
deps = [
"//Source/common:SNTConfigurator",
"//Source/common:SNTDeviceEvent",
Expand Down

0 comments on commit 5c6975d

Please sign in to comment.