summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2016-12-09 09:58:23 +0800
committerruki <[email protected]>2016-12-09 09:58:23 +0800
commitb4c5856c8330a242851547cfb33f26e3ee47c74d (patch)
tree1e71982a5de9bc07744e3a8d58aaa5aa3d6f192b
parent432c1692189911296fecd8779d623cea96141617 (diff)
update tbox for macosx
-rwxr-xr-xcore/pkg/tbox.pkg/inc/macosx/tbox.config.h7
-rwxr-xr-xcore/pkg/tbox.pkg/lib/release/macosx/x86_64/libtbox.abin639504 -> 639520 bytes
2 files changed, 4 insertions, 3 deletions
diff --git a/core/pkg/tbox.pkg/inc/macosx/tbox.config.h b/core/pkg/tbox.pkg/inc/macosx/tbox.config.h
index 4675f3a3e..14def1bfb 100755
--- a/core/pkg/tbox.pkg/inc/macosx/tbox.config.h
+++ b/core/pkg/tbox.pkg/inc/macosx/tbox.config.h
@@ -2,11 +2,11 @@
#define TB_CONFIG_H
// version
-#define TB_CONFIG_VERSION "1.6.1"
+#define TB_CONFIG_VERSION "1.6.2"
#define TB_CONFIG_VERSION_MAJOR 1
#define TB_CONFIG_VERSION_MINOR 6
-#define TB_CONFIG_VERSION_ALTER 1
-#define TB_CONFIG_VERSION_BUILD 201611301344
+#define TB_CONFIG_VERSION_ALTER 2
+#define TB_CONFIG_VERSION_BUILD 201612090956
// defines
#define TB_CONFIG_OS_MACOSX 1
@@ -85,6 +85,7 @@
#define TB_CONFIG_LIBM_HAVE_EXP 1
#define TB_CONFIG_LIBM_HAVE_EXPF 1
#define TB_CONFIG_POSIX_HAVE_POLL 1
+#define TB_CONFIG_POSIX_HAVE_SELECT 1
#define TB_CONFIG_POSIX_HAVE_PTHREAD_MUTEX_INIT 1
#define TB_CONFIG_POSIX_HAVE_PTHREAD_CREATE 1
#define TB_CONFIG_POSIX_HAVE_PTHREAD_SETSPECIFIC 1
diff --git a/core/pkg/tbox.pkg/lib/release/macosx/x86_64/libtbox.a b/core/pkg/tbox.pkg/lib/release/macosx/x86_64/libtbox.a
index 3b22e0a86..49a246473 100755
--- a/core/pkg/tbox.pkg/lib/release/macosx/x86_64/libtbox.a
+++ b/core/pkg/tbox.pkg/lib/release/macosx/x86_64/libtbox.a
Binary files differ