summaryrefslogtreecommitdiff
path: root/Source/Core/Common/Src/Version.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Core/Common/Src/Version.cpp')
-rw-r--r--Source/Core/Common/Src/Version.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/Core/Common/Src/Version.cpp b/Source/Core/Common/Src/Version.cpp
index f3d30398c8..97e232785d 100644
--- a/Source/Core/Common/Src/Version.cpp
+++ b/Source/Core/Common/Src/Version.cpp
@@ -30,7 +30,12 @@ const char *scm_rev_str = "Dolphin "
#if !SCM_IS_MASTER
"[" SCM_BRANCH_STR "] "
#endif
+
+#ifdef __INTEL_COMPILER
+ BUILD_TYPE_STR SCM_DESC_STR "-ICC";
+#else
BUILD_TYPE_STR SCM_DESC_STR;
+#endif
#ifdef _M_X64
#define NP_ARCH "x64"