From 989e9e1bb6735fcf58a12b66a35edfc5aa547932 Mon Sep 17 00:00:00 2001 From: LoveSy Date: Tue, 30 Mar 2021 23:17:57 +0800 Subject: [PATCH] [core] Test ccache (#436) --- core/src/main/cpp/main/template/config.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/cpp/main/template/config.cpp b/core/src/main/cpp/main/template/config.cpp index c5d06c72..eddf0e58 100644 --- a/core/src/main/cpp/main/template/config.cpp +++ b/core/src/main/cpp/main/template/config.cpp @@ -2,5 +2,5 @@ namespace lspd { const int versionCode = ${VERSION_CODE}; - extern const char* const versionName = "${VERSION_NAME}"; + const char* const versionName = "${VERSION_NAME}"; }