Skip to content

Commit d544f94

Browse files
pytorchbotSS-JIA
andauthored
[ET-VK] Statically link MoltenVK (#6762)
TSIA Differential Revision: [D65769129](https://our.internmc.facebook.com/intern/diff/D65769129/) ghstack-source-id: 252926807 Pull Request resolved: #6757 Co-authored-by: Stephen Jia <[email protected]>
1 parent 2660287 commit d544f94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backends/vulkan/targets.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def define_common_targets(is_fbcode = False):
118118
"fbsource//third-party/toolchains:android"
119119
],
120120
"ovr_config//os:macos-arm64": [
121-
"//third-party/khronos:moltenVK"
121+
"//third-party/khronos:moltenVK_static"
122122
],
123123
})
124124
VK_API_PREPROCESSOR_FLAGS += select({

0 commit comments

Comments
 (0)