diff options
| author | yangwei <[email protected]> | 2020-09-21 20:39:46 +0800 |
|---|---|---|
| committer | yangwei <[email protected]> | 2020-09-21 20:39:46 +0800 |
| commit | f461cbbc3d4feef6a4b69207f016bdb17c9ccaaa (patch) | |
| tree | 8b5fc33716c605e4adf46b52f835bd8d8f0e440b | |
| parent | 05a8eded4b3804a15ea4335cd816660c96657de7 (diff) | |
UPDATE:versio_map增加导出GIT_VERSION_*符号
| -rw-r--r-- | src/version.map | 4 |
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 +}; |
