We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f650d77 + c8f189e commit f1261c0Copy full SHA for f1261c0
BUILD.bazel
@@ -385,6 +385,7 @@ cc_library(
385
386
cc_library(
387
name = "_SwiftSyntaxCShims",
388
+ srcs = glob(["Sources/_SwiftSyntaxCShims/*.c"]),
389
hdrs = glob(["Sources/_SwiftSyntaxCShims/include/*.h"]),
390
includes = ["Sources/_SwiftSyntaxCShims/include"],
391
tags = ["swift_module=_SwiftSyntaxCShims"],
0 commit comments