Skip to content

Commit

Permalink
try to fix sporadic file not found issue (#8)
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Klein <mklein@bitdrift.io>
  • Loading branch information
mattklein123 authored Aug 28, 2024
1 parent eef3dc8 commit 2f6f84f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/platform/swift/test_host/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ ios_application(

swift_library(
name = "ios_main",
srcs = glob(["Sources/*.swift"]),
srcs = glob(["sources/*.swift"]),
tags = ["manual"],
)

0 comments on commit 2f6f84f

Please sign in to comment.