diff --git a/drivers/d3d12/SCsub b/drivers/d3d12/SCsub index 8e325c5a1b7f..fa1938dab548 100644 --- a/drivers/d3d12/SCsub +++ b/drivers/d3d12/SCsub @@ -155,7 +155,7 @@ else: env.Append(CCFLAGS=["-Wno-unknown-pragmas"]) # This is needed since rendering_device_d3d12.cpp needs to include some Mesa internals. -env_d3d12_rdd.Prepend(CPPEXTPATH=mesa_private_inc_paths) +env_d3d12_rdd.Prepend(CPPPATH=mesa_private_inc_paths) # For the same reason as above, the defines must be the same as in the 3rd-party code itself. env_d3d12_rdd.Append(CPPDEFINES=extra_defines)