summaryrefslogtreecommitdiff
path: root/Config.kmk
diff options
context:
space:
mode:
authorvboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2023-02-18 20:42:11 +0000
committervboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2023-02-18 20:42:11 +0000
commitb19466171e95017fef242e935f14fc5aba1fb558 (patch)
treece851fde92928e5646accb188e478ec90d5f01f3 /Config.kmk
parent8b5a759287317756b5b3b103ad966154014da7ec (diff)
downloadVirtualBox-svn-b19466171e95017fef242e935f14fc5aba1fb558.tar.gz
Config.kmk: Enable building and using DXVK on macOS, bugref:10013
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@98631 cfe28804-0f27-0410-a406-dd0f0b0b656f
Diffstat (limited to 'Config.kmk')
-rw-r--r--Config.kmk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Config.kmk b/Config.kmk
index 14c34faa3f9..478bac6b8ed 100644
--- a/Config.kmk
+++ b/Config.kmk
@@ -606,7 +606,7 @@ endif
ifdef VBOX_WITH_VMSVGA3D
VBOX_WITH_VMSVGA3D_DX = 1
# Enable DXVK library for supporting VGPU10 DX on non Windows hosts
- if1of ($(KBUILD_TARGET), linux)
+ if1of ($(KBUILD_TARGET), linux darwin)
VBOX_WITH_DXVK = 1
endif
endif