Skip to content
This repository was archived by the owner on Apr 30, 2020. It is now read-only.

Commit c084e52

Browse files
committed
Rename target executable.
1 parent e735277 commit c084e52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CodeXL/Components/ShaderAnalyzer/AMDTKernelAnalyzer/src/kaCliLauncher.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
const std::string ANALYZER_CLI_WIN_X86 = "x86\\rga.exe";
2727
const std::string ANALYZER_CLI_WIN_X64 = "x64\\rga.exe";
2828
#else
29-
const std::string ANALYZER_CLI_LINUX_X64 = "rga";
29+
const std::string ANALYZER_CLI_LINUX_X64 = "rga-bin";
3030
#endif
3131

3232
const std::string KA_STR_CL_CLI_CMD_PREFIX = "-s cl";

0 commit comments

Comments
 (0)