Skip to content

Commit 3f02638

Browse files
committed
Merge pull request godotengine#87247 from bruvzg/win_remove_dxil_check
[Windows] Remove `dxc_path` check.
2 parents 0346f4e + 1b852bb commit 3f02638

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

platform/windows/detect.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -441,10 +441,6 @@ def configure_msvc(env, vcvars_msvc_config):
441441
LIBS += ["vulkan"]
442442

443443
if env["d3d12"]:
444-
if env["dxc_path"] == "":
445-
print("The Direct3D 12 rendering driver requires dxc_path to be set.")
446-
sys.exit(255)
447-
448444
env.AppendUnique(CPPDEFINES=["D3D12_ENABLED", "RD_ENABLED"])
449445
LIBS += ["d3d12", "dxgi", "dxguid"]
450446
LIBS += ["version"] # Mesa dependency.

0 commit comments

Comments
 (0)