Merge pull request #87247 from bruvzg/win_remove_dxil_check

[Windows] Remove `dxc_path` check.
This commit is contained in:
Rémi Verschelde 2024-01-16 15:07:44 +01:00
commit 35aee0e3ad
No known key found for this signature in database
GPG key ID: C3336907360768E1

View file

@ -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.