diff options
| author | ruki <[email protected]> | 2017-03-29 17:53:14 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-03-29 17:53:14 +0800 |
| commit | a51c06d23ad40e8a1c626ca0d56e65387fcca551 (patch) | |
| tree | 29af80923bfcd966e0b24bedfffb311cb6e11a7b | |
| parent | 83b52d598ef923544d8767de8a112a9de4c9501a (diff) | |
fix directory path bug for linux x86_64
| -rw-r--r-- | core/pkg/tbox.pkg/inc/linux/tbox.config.h | 2 | ||||
| -rw-r--r-- | core/pkg/tbox.pkg/lib/release/linux/x86_64/libtbox.a | bin | 924050 -> 924354 bytes |
2 files changed, 1 insertions, 1 deletions
diff --git a/core/pkg/tbox.pkg/inc/linux/tbox.config.h b/core/pkg/tbox.pkg/inc/linux/tbox.config.h index a6ded39eb..4c1a5ff84 100644 --- a/core/pkg/tbox.pkg/inc/linux/tbox.config.h +++ b/core/pkg/tbox.pkg/inc/linux/tbox.config.h @@ -6,7 +6,7 @@ #define TB_CONFIG_VERSION_MAJOR 1 #define TB_CONFIG_VERSION_MINOR 6 #define TB_CONFIG_VERSION_ALTER 2 -#define TB_CONFIG_VERSION_BUILD 201703290948 +#define TB_CONFIG_VERSION_BUILD 201703291752 // defines #define TB_CONFIG_OS_LINUX 1 diff --git a/core/pkg/tbox.pkg/lib/release/linux/x86_64/libtbox.a b/core/pkg/tbox.pkg/lib/release/linux/x86_64/libtbox.a Binary files differindex 08aa7851a..788eba220 100644 --- a/core/pkg/tbox.pkg/lib/release/linux/x86_64/libtbox.a +++ b/core/pkg/tbox.pkg/lib/release/linux/x86_64/libtbox.a |
