diff options
| author | Jérôme Leclercq <[email protected]> | 2022-11-04 08:25:32 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-11-04 08:25:32 +0100 |
| commit | b803610749c399e4a7468e4b11e5723ac077134c (patch) | |
| tree | f26ba9cf009d6a47e4dc14594cf48d29a3729a46 /xmake/modules/detect/tools/find_renderdoc.lua | |
| parent | c4791e223bffc7b47ebb6f356dd435048ae757bc (diff) | |
Find qrenderdoc
Diffstat (limited to 'xmake/modules/detect/tools/find_renderdoc.lua')
| -rw-r--r-- | xmake/modules/detect/tools/find_renderdoc.lua | 2 |
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 |
