Add RD_ENABLED when VULKAN_ENABLED or D3D12_ENABLED is added

This commit is contained in:
jsjtxietian
2023-12-22 20:49:29 +08:00
parent 9d1cbab1c4
commit 078bfae6a4
7 changed files with 8 additions and 12 deletions

View File

@ -2,8 +2,6 @@
Import("env")
env.Append(CPPDEFINES=["RD_ENABLED"])
thirdparty_obj = []
thirdparty_dir = "#thirdparty/vulkan"
thirdparty_volk_dir = "#thirdparty/volk"