mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-28 15:28:38 +00:00
scmrev: Add "distributor" option.
Used to distinguish between Dolphin distributions (e.g. "dolphin-emu.org", "Ishiiruka", etc.).
This commit is contained in:
parent
c4f5c471bb
commit
49ce9b153d
4 changed files with 15 additions and 2 deletions
|
@ -36,3 +36,4 @@ const std::string scm_rev_git_str = SCM_REV_STR;
|
|||
|
||||
const std::string scm_desc_str = SCM_DESC_STR;
|
||||
const std::string scm_branch_str = SCM_BRANCH_STR;
|
||||
const std::string scm_distributor_str = SCM_DISTRIBUTOR_STR;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue