Skip to content

Commit 5d9057d

Browse files
authored
Add new optional lib to toolchain (#42)
1 parent 01b7505 commit 5d9057d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mojo/private/toolchain.BUILD

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ _INTERNAL_LIBRARIES = [
1717
"lib/libMSupportGlobals.*",
1818
],
1919
allow_empty = False,
20+
) + glob(
21+
["lib/libNVPTX.so"], # buildifier: disable=constant-glob
22+
allow_empty = True,
2023
)
2124
]
2225

0 commit comments

Comments
 (0)