diff options
| author | ruki <[email protected]> | 2016-06-21 21:48:40 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2016-06-22 10:26:10 +0800 |
| commit | 902fbe1ba80062b7f6c73f012827cd3d7ba4f3ae (patch) | |
| tree | c55a96abefaba86b208dd747461f1b650d8cb825 /core/src | |
| parent | 432fd6a40018f4c29e08f1d4cadf1ccc387a0cff (diff) | |
fix path bug
Diffstat (limited to 'core/src')
| -rwxr-xr-x | core/src/xmake/xmake.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/xmake/xmake.c b/core/src/xmake/xmake.c index cdc96a520..41be44688 100755 --- a/core/src/xmake/xmake.c +++ b/core/src/xmake/xmake.c @@ -72,7 +72,7 @@ static __tb_inline__ tb_bool_t xm_check_mode(tb_size_t mode) static __tb_inline__ tb_bool_t xm_version_check(tb_hize_t build) { // the version oly for link the static vtag string - tb_version_t const* version = tb_version(); tb_used(version); + tb_version_t const* version = xm_version(); tb_used(version); // ok if ((build / 100) == (XM_VERSION_BUILD / 100)) |
