From f3a24e082c7e9e4ee89a16c77684d89e04e558d6 Mon Sep 17 00:00:00 2001 From: bruvzg <7645683+bruvzg@users.noreply.github.com> Date: Tue, 16 Jan 2024 13:30:42 +0200 Subject: [PATCH] [Windows] Remove `dxc path` check. --- platform/windows/detect.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/platform/windows/detect.py b/platform/windows/detect.py index bc040577937f..79698f5bd7de 100644 --- a/platform/windows/detect.py +++ b/platform/windows/detect.py @@ -441,10 +441,6 @@ def configure_msvc(env, vcvars_msvc_config): LIBS += ["vulkan"] if env["d3d12"]: - if env["dxc_path"] == "": - print("The Direct3D 12 rendering driver requires dxc_path to be set.") - sys.exit(255) - env.AppendUnique(CPPDEFINES=["D3D12_ENABLED", "RD_ENABLED"]) LIBS += ["d3d12", "dxgi", "dxguid"] LIBS += ["version"] # Mesa dependency.