summaryrefslogtreecommitdiff
path: root/xmake/modules/detect/tools/find_renderdoc.lua
diff options
context:
space:
mode:
authorJérôme Leclercq <[email protected]>2022-11-04 08:25:32 +0100
committerGitHub <[email protected]>2022-11-04 08:25:32 +0100
commitb803610749c399e4a7468e4b11e5723ac077134c (patch)
treef26ba9cf009d6a47e4dc14594cf48d29a3729a46 /xmake/modules/detect/tools/find_renderdoc.lua
parentc4791e223bffc7b47ebb6f356dd435048ae757bc (diff)
Find qrenderdoc
Diffstat (limited to 'xmake/modules/detect/tools/find_renderdoc.lua')
-rw-r--r--xmake/modules/detect/tools/find_renderdoc.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/detect/tools/find_renderdoc.lua b/xmake/modules/detect/tools/find_renderdoc.lua
index 0c7742f73..771fbcfd4 100644
--- a/xmake/modules/detect/tools/find_renderdoc.lua
+++ b/xmake/modules/detect/tools/find_renderdoc.lua
@@ -62,7 +62,7 @@ function main(opt)
end
-- find program
- local program = find_program(opt.program or "renderdoc", opt)
+ local program = find_program(opt.program or "qrenderdoc", opt)
-- find program version
local version = nil