From e7cd2c48de88a2d564c42624e20c78779c2a9bc8 Mon Sep 17 00:00:00 2001 From: Matt Klein Date: Tue, 27 Aug 2024 16:45:16 -0600 Subject: [PATCH] try to fix sporadic file not found issue Signed-off-by: Matt Klein --- test/platform/swift/test_host/BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/platform/swift/test_host/BUILD b/test/platform/swift/test_host/BUILD index 7c83d11..c38f063 100644 --- a/test/platform/swift/test_host/BUILD +++ b/test/platform/swift/test_host/BUILD @@ -23,6 +23,6 @@ ios_application( swift_library( name = "ios_main", - srcs = glob(["Sources/*.swift"]), + srcs = glob(["sources/*.swift"]), tags = ["manual"], )