Skip to content

Commit 0648fd8

Browse files
authored
[ET-VK] Statically link MoltenVK
Differential Revision: D65769129 Pull Request resolved: #6757
1 parent 793f17e commit 0648fd8

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)