Skip to content

Commit 73889a2

Browse files
committed
fix QNX
1 parent 0436575 commit 73889a2

4 files changed

Lines changed: 20 additions & 0 deletions

File tree

packages/qnx/aarch64/sdp/7.1.0/sdp.BUILD

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
5156
filegroup(
5257
name = "host_all",
5358
srcs = glob(["host/linux/x86_64/**/*"]),

packages/qnx/aarch64/sdp/8.0.0/sdp.BUILD

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
5156
filegroup(
5257
name = "host_all",
5358
srcs = glob(["host/linux/x86_64/**/*"]),

packages/qnx/x86_64/sdp/7.1.0/sdp.BUILD

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
5156
filegroup(
5257
name = "host_all",
5358
srcs = glob(["host/linux/x86_64/**/*"]),

packages/qnx/x86_64/sdp/8.0.0/sdp.BUILD

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
5156
filegroup(
5257
name = "host_all",
5358
srcs = glob(["host/linux/x86_64/**/*"]),

0 commit comments

Comments
 (0)