diff options
| author | ruki <[email protected]> | 2022-04-15 21:00:49 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-04-15 21:00:49 +0800 |
| commit | 49abbcc5d743f621785e1c6e32f5e3f77a1142af (patch) | |
| tree | 3b99edfe76f1a47354035c76fc390b9858cd3f02 /core/src/xmake/makefile | |
| parent | 2a8b86aaabe4bf092f1b1ba3855c64dfe11b8f2a (diff) | |
add io.readable
Diffstat (limited to 'core/src/xmake/makefile')
| -rw-r--r-- | core/src/xmake/makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/src/xmake/makefile b/core/src/xmake/makefile index 908ed3cc3..e6225b52e 100644 --- a/core/src/xmake/makefile +++ b/core/src/xmake/makefile @@ -55,6 +55,7 @@ xmake_C_FILES += \ io/file_isatty \ io/file_open \ io/file_read \ + io/file_readable \ io/file_seek \ io/file_write \ io/file_rawfd \ |
