diff options
| author | 2014-04-25 10:34:27 -0400 | |
|---|---|---|
| committer | 2014-04-25 10:34:27 -0400 | |
| commit | 08e1ba746ffa4ce0ed7db1bf1d196125a7816add (patch) | |
| tree | f8992696ceb102d6df9932bb2e790625557a01f6 /src/common | |
| parent | removed "COVERAGE_" from "GCC_COVERAGE_COMPILE_FLAGS" (diff) | |
| download | yuzu-08e1ba746ffa4ce0ed7db1bf1d196125a7816add.tar.gz yuzu-08e1ba746ffa4ce0ed7db1bf1d196125a7816add.tar.xz yuzu-08e1ba746ffa4ce0ed7db1bf1d196125a7816add.zip | |
Resolved undefined Common::g_scm_branch error.
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/scm_rev.cpp.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/scm_rev.cpp.in b/src/common/scm_rev.cpp.in index 512c5bd4c..09366e801 100644 --- a/src/common/scm_rev.cpp.in +++ b/src/common/scm_rev.cpp.in | |||
| @@ -11,7 +11,7 @@ | |||
| 11 | namespace Common { | 11 | namespace Common { |
| 12 | 12 | ||
| 13 | const char g_scm_rev[] = GIT_REV; | 13 | const char g_scm_rev[] = GIT_REV; |
| 14 | const char g_scm_ref_spec[] = GIT_BRANCH; | 14 | const char g_scm_branch[] = GIT_BRANCH; |
| 15 | const char g_scm_desc[] = GIT_DESC; | 15 | const char g_scm_desc[] = GIT_DESC; |
| 16 | 16 | ||
| 17 | } // namespace | 17 | } // namespace |