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

Commit

Permalink
Rename target executable.
Browse files Browse the repository at this point in the history
  • Loading branch information
AmitBM committed May 4, 2017
1 parent e735277 commit c084e52
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
const std::string ANALYZER_CLI_WIN_X86 = "x86\\rga.exe";
const std::string ANALYZER_CLI_WIN_X64 = "x64\\rga.exe";
#else
const std::string ANALYZER_CLI_LINUX_X64 = "rga";
const std::string ANALYZER_CLI_LINUX_X64 = "rga-bin";
#endif

const std::string KA_STR_CL_CLI_CMD_PREFIX = "-s cl";
Expand Down

0 comments on commit c084e52

Please sign in to comment.