File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,6 +48,11 @@ filegroup(
4848 srcs = ["host/linux/x86_64/usr/bin/aarch64-unknown-nto-qnx7.1.0-strip"],
4949)
5050
51+ filegroup(
52+ name = "ld_library_paths",
53+ srcs = [],
54+ )
55+
5156filegroup(
5257 name = "host_all",
5358 srcs = glob(["host/linux/x86_64/**/*"]),
Original file line number Diff line number Diff line change @@ -48,6 +48,11 @@ filegroup(
4848 srcs = ["host/linux/x86_64/usr/bin/aarch64-unknown-nto-qnx8.0.0-strip"],
4949)
5050
51+ filegroup(
52+ name = "ld_library_paths",
53+ srcs = [],
54+ )
55+
5156filegroup(
5257 name = "host_all",
5358 srcs = glob(["host/linux/x86_64/**/*"]),
Original file line number Diff line number Diff line change @@ -48,6 +48,11 @@ filegroup(
4848 srcs = ["host/linux/x86_64/usr/bin/x86_64-pc-nto-qnx7.1.0-strip"],
4949)
5050
51+ filegroup(
52+ name = "ld_library_paths",
53+ srcs = [],
54+ )
55+
5156filegroup(
5257 name = "host_all",
5358 srcs = glob(["host/linux/x86_64/**/*"]),
Original file line number Diff line number Diff line change @@ -48,6 +48,11 @@ filegroup(
4848 srcs = ["host/linux/x86_64/usr/bin/x86_64-pc-nto-qnx8.0.0-strip"],
4949)
5050
51+ filegroup(
52+ name = "ld_library_paths",
53+ srcs = [],
54+ )
55+
5156filegroup(
5257 name = "host_all",
5358 srcs = glob(["host/linux/x86_64/**/*"]),
You can’t perform that action at this time.
0 commit comments