Skip to content

Commit 043d009

Browse files
authored
[ET-VK][ez] Link MoltenVK statically for all Mac builds
Differential Revision: D65897937 Pull Request resolved: #6827
1 parent 97e0417 commit 043d009

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backends/vulkan/targets.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def define_common_targets(is_fbcode = False):
117117
"fbsource//third-party/volk:volk",
118118
"fbsource//third-party/toolchains:android"
119119
],
120-
"ovr_config//os:macos-arm64": [
120+
"ovr_config//os:macos": [
121121
"//third-party/khronos:moltenVK_static"
122122
],
123123
})
@@ -131,7 +131,7 @@ def define_common_targets(is_fbcode = False):
131131
"-DUSE_VULKAN_VOLK",
132132
"-DVK_ANDROID_external_memory_android_hardware_buffer"
133133
],
134-
"ovr_config//os:macos-arm64": []
134+
"ovr_config//os:macos": []
135135
})
136136

137137
runtime.cxx_library(

0 commit comments

Comments
 (0)