summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryangwei <[email protected]>2020-09-21 20:39:46 +0800
committeryangwei <[email protected]>2020-09-21 20:39:46 +0800
commitf461cbbc3d4feef6a4b69207f016bdb17c9ccaaa (patch)
tree8b5fc33716c605e4adf46b52f835bd8d8f0e440b
parent05a8eded4b3804a15ea4335cd816660c96657de7 (diff)
UPDATE:versio_map增加导出GIT_VERSION_*符号
-rw-r--r--src/version.map4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/version.map b/src/version.map
index c0a9783..4b6c2e8 100644
--- a/src/version.map
+++ b/src/version.map
@@ -1,4 +1,4 @@
{
- global: MESA*runtime_log*;
+ global: MESA*runtime_log*;GIT_VERSION_*;
local: *;
-}; \ No newline at end of file
+};