Skip to content

Commit de2ef61

Browse files
committed
[ET-VK] Statically link MoltenVK
TSIA Differential Revision: [D65769129](https://our.internmc.facebook.com/intern/diff/D65769129/) [ghstack-poisoned]
1 parent 793f17e commit de2ef61

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)