summaryrefslogtreecommitdiff
path: root/src/compiler/GF
diff options
context:
space:
mode:
Diffstat (limited to 'src/compiler/GF')
-rw-r--r--src/compiler/GF/Infra/BuildInfo.hs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/compiler/GF/Infra/BuildInfo.hs b/src/compiler/GF/Infra/BuildInfo.hs
index cba57cf2a..07f5a0bfc 100644
--- a/src/compiler/GF/Infra/BuildInfo.hs
+++ b/src/compiler/GF/Infra/BuildInfo.hs
@@ -19,6 +19,9 @@ buildInfo =
#ifdef NEW_COMP
++" new-comp"
#endif
+#ifdef C_RUNTIME
+ ++" c-runtime"
+#endif
where
details = either (const no_info) info darcs_info
no_info = "No detailed version info available"