Skip to content

Commit

Permalink
Fix module compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
russellhancox committed Aug 13, 2024
1 parent 9499599 commit 0400375
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Source/common/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,12 @@ objc_library(

objc_library(
name = "String",
hdrs = ["String.h"],
sdk_frameworks = ["Security"],
textual_hdrs = ["String.h"],
sdk_frameworks = [
"EndpointSecurity",
"Foundation",
"Security",
],
)

objc_library(
Expand Down

0 comments on commit 0400375

Please sign in to comment.