summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2017-05-20 15:54:18 +0000
committerruki <[email protected]>2017-05-20 15:54:18 +0000
commit0ec9fda6b4aae625e2c3b04778fa9f44b32ef886 (patch)
treeb0bf637d44622f4dd06a1c13a9167e698f9bba57
parentb92556780481627682a5f0261ddc182a240a98c4 (diff)
upadte tbox to fix empty dir bug for linx i386
-rw-r--r--core/pkg/tbox.pkg/inc/linux/tbox.config.h2
-rw-r--r--core/pkg/tbox.pkg/lib/release/linux/i386/libtbox.abin703322 -> 704062 bytes
-rw-r--r--core/pkg/tbox.pkg/xmake.lua60
3 files changed, 31 insertions, 31 deletions
diff --git a/core/pkg/tbox.pkg/inc/linux/tbox.config.h b/core/pkg/tbox.pkg/inc/linux/tbox.config.h
index 4c1a5ff84..d087013c7 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 201703291752
+#define TB_CONFIG_VERSION_BUILD 201705201552
// defines
#define TB_CONFIG_OS_LINUX 1
diff --git a/core/pkg/tbox.pkg/lib/release/linux/i386/libtbox.a b/core/pkg/tbox.pkg/lib/release/linux/i386/libtbox.a
index 68ca0290f..7ef01cf13 100644
--- a/core/pkg/tbox.pkg/lib/release/linux/i386/libtbox.a
+++ b/core/pkg/tbox.pkg/lib/release/linux/i386/libtbox.a
Binary files differ
diff --git a/core/pkg/tbox.pkg/xmake.lua b/core/pkg/tbox.pkg/xmake.lua
index c6bc5ee18..b946b73b2 100644
--- a/core/pkg/tbox.pkg/xmake.lua
+++ b/core/pkg/tbox.pkg/xmake.lua
@@ -1,30 +1,30 @@
-
--- the tbox package
-option("tbox")
-
- -- show menu
- set_showmenu(true)
-
- -- set category
- set_category("package")
-
- -- set description
- set_description("The tbox package")
-
- -- set language: c99, c++11
- set_languages("c99", "cxx11")
-
- -- add defines to config.h if checking ok
- add_defines_h_if_ok("$(prefix)_PACKAGE_HAVE_TBOX")
-
- -- add links for checking
- add_links("tbox")
-
- -- add link directories
- add_linkdirs("lib/$(mode)/$(plat)/$(arch)")
-
- -- add c includes for checking
- add_cincludes("tbox/tbox.h")
-
- -- add include directories
- add_includedirs("inc/$(plat)", "inc")
+
+-- the tbox package
+option("tbox")
+
+ -- show menu
+ set_showmenu(true)
+
+ -- set category
+ set_category("package")
+
+ -- set description
+ set_description("The tbox package")
+
+ -- set language: c99, c++11
+ set_languages("c99", "cxx11")
+
+ -- add defines to config.h if checking ok
+ add_defines_h_if_ok("$(prefix)_PACKAGE_HAVE_TBOX")
+
+ -- add links for checking
+ add_links("tbox")
+
+ -- add link directories
+ add_linkdirs("lib/$(mode)/$(plat)/$(arch)")
+
+ -- add c includes for checking
+ add_cincludes("tbox/tbox.h")
+
+ -- add include directories
+ add_includedirs("inc/$(plat)", "inc")