File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -60,6 +60,8 @@ def define_common_targets():
60
60
# therefore link_whole must be True to make sure unused symbols are not discarded.
61
61
# @lint-ignore BUCKLINT: Avoid `link_whole=True`
62
62
link_whole = True ,
63
+ # Define an soname that can be used for dynamic loading in Java, Python, etc.
64
+ soname = "libvulkan_graph_runtime.$(ext)" ,
63
65
)
64
66
65
67
runtime .cxx_library (
@@ -85,6 +87,4 @@ def define_common_targets():
85
87
# VulkanBackend.cpp needs to compile with executor as whole
86
88
# @lint-ignore BUCKLINT: Avoid `link_whole=True` (https://fburl.com/avoid-link-whole)
87
89
link_whole = True ,
88
- # Define an soname that can be used for dynamic loading in Java, Python, etc.
89
- soname = "libvulkan_graph_runtime.$(ext)" ,
90
90
)
You can’t perform that action at this time.
0 commit comments