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.
1 parent f51c6cb commit c8f189eCopy full SHA for c8f189e
BUILD.bazel
@@ -376,6 +376,7 @@ cc_library(
376
377
cc_library(
378
name = "_SwiftSyntaxCShims",
379
+ srcs = glob(["Sources/_SwiftSyntaxCShims/*.c"]),
380
hdrs = glob(["Sources/_SwiftSyntaxCShims/include/*.h"]),
381
includes = ["Sources/_SwiftSyntaxCShims/include"],
382
tags = ["swift_module=_SwiftSyntaxCShims"],
0 commit comments