Skip to content

Commit

Permalink
Try and fix Bazel build
Browse files Browse the repository at this point in the history
  • Loading branch information
marcfrei committed Apr 18, 2024
1 parent c36186f commit 6d1cceb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion private/underlay/conn/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@ load("//tools/lint:go.bzl", "go_library")

go_library(
name = "go_default_library",
srcs = ["conn.go"],
srcs = [
"conn.go",
"flags.go",
"flags_linux.go",
],
importpath = "github.com/scionproto/scion/private/underlay/conn",
visibility = ["//visibility:public"],
deps = select({
Expand Down

0 comments on commit 6d1cceb

Please sign in to comment.