Skip to content

Commit

Permalink
Internal build fixes (#1183)
Browse files Browse the repository at this point in the history
* Address internal build issues

* lint
  • Loading branch information
mlw authored Sep 14, 2023
1 parent 51ca19b commit 6f4a488
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
1 change: 1 addition & 0 deletions Source/common/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ santa_unit_test(
deps = [
":SNTCommonEnums",
":SNTRule",
":SNTSyncConstants",
],
)

Expand Down
8 changes: 0 additions & 8 deletions Source/gui/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -31,21 +31,13 @@ swift_library(
],
)

objc_library(
name = "SecurityInterfaceImport",
sdk_frameworks = [
"SecurityInterface",
],
)

swift_library(
name = "SNTFileAccessMessageWindowView",
srcs = [
"SNTFileAccessMessageWindowView.swift",
],
generates_header = 1,
deps = [
":SecurityInterfaceImport",
"//Source/common:SNTFileAccessEvent",
],
)
Expand Down

0 comments on commit 6f4a488

Please sign in to comment.