mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:09:00 +08:00
3d72d8c930
Co-authored-by: Javier Matos <javiermatos@Javiers-Laptop.local>
13 lines
255 B
Diff
13 lines
255 B
Diff
diff --git a/meson.build b/meson.build
|
|
index 5ade7c2..9f48161 100644
|
|
--- a/meson.build
|
|
+++ b/meson.build
|
|
@@ -123,7 +123,6 @@ os_unix = not os_win32
|
|
|
|
if os_darwin
|
|
wayland_enabled = false
|
|
- vulkan_enabled = false
|
|
else
|
|
macos_enabled = false
|
|
endif
|