diff options
| author | ruki <[email protected]> | 2022-08-31 00:56:57 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-08-31 00:56:57 +0800 |
| commit | 971ed5cf931f31b3d86919667f8469a1be31dbfd (patch) | |
| tree | 4db8bdff8a5d317b17fbdb402b10023b7a72ca8f | |
| parent | 6182a9eb658e5687fd60be57c65f4360926925e8 (diff) | |
fix config
| -rwxr-xr-x | core/src/tbox/inc/linux/tbox.config.h | 1 | ||||
| -rwxr-xr-x | core/src/tbox/inc/macosx/tbox.config.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/core/src/tbox/inc/linux/tbox.config.h b/core/src/tbox/inc/linux/tbox.config.h index b2977ecbb..a1986b4be 100755 --- a/core/src/tbox/inc/linux/tbox.config.h +++ b/core/src/tbox/inc/linux/tbox.config.h @@ -148,6 +148,7 @@ #define TB_CONFIG_POSIX_HAVE_DLOPEN 1 #define TB_CONFIG_POSIX_HAVE_OPEN 1 #define TB_CONFIG_POSIX_HAVE_STAT64 1 +#define TB_CONFIG_POSIX_HAVE_LSTAT64 1 #define TB_CONFIG_POSIX_HAVE_GETHOSTNAME 1 #define TB_CONFIG_POSIX_HAVE_GETIFADDRS 1 #define TB_CONFIG_POSIX_HAVE_SEM_INIT 1 diff --git a/core/src/tbox/inc/macosx/tbox.config.h b/core/src/tbox/inc/macosx/tbox.config.h index 261b82b29..59abf4acf 100755 --- a/core/src/tbox/inc/macosx/tbox.config.h +++ b/core/src/tbox/inc/macosx/tbox.config.h @@ -145,6 +145,7 @@ #define TB_CONFIG_POSIX_HAVE_OPEN 1 #if !defined(__arm64__) && !defined(__aarch64__) # define TB_CONFIG_POSIX_HAVE_STAT64 1 +# define TB_CONFIG_POSIX_HAVE_LSTAT64 1 #else /* #undef TB_CONFIG_POSIX_HAVE_STAT64 */ #endif |
