summaryrefslogtreecommitdiffstats
path: root/libhb/hb_json.c
diff options
context:
space:
mode:
Diffstat (limited to 'libhb/hb_json.c')
-rw-r--r--libhb/hb_json.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libhb/hb_json.c b/libhb/hb_json.c
index bdf1ed080..7433089f0 100644
--- a/libhb/hb_json.c
+++ b/libhb/hb_json.c
@@ -135,8 +135,8 @@ hb_dict_t * hb_version_dict()
"VersionString", hb_value_string(HB_PROJECT_VERSION),
"RepoHash", hb_value_string(HB_PROJECT_REPO_HASH),
"RepoDate", hb_value_string(HB_PROJECT_REPO_DATE),
- "System", hb_value_string(HB_PROJECT_BUILD_SYSTEMF),
- "Arch", hb_value_string(HB_PROJECT_BUILD_ARCH));
+ "System", hb_value_string(HB_PROJECT_HOST_SYSTEMF),
+ "Arch", hb_value_string(HB_PROJECT_HOST_ARCH));
if (dict == NULL)
{
hb_error("json pack failure: %s", error.text);