diff options
| author | ruki <[email protected]> | 2021-09-20 22:54:29 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-09-20 22:54:29 +0800 |
| commit | ed1c24645198aa1451ee22c005a16fa7b8e4d5bc (patch) | |
| tree | ccb126d4087620e72a658531434e06be4b86a5d3 /core/src/xmake/makefile | |
| parent | 68f4ab938564a43656236de3a0eb67f9222bc876 (diff) | |
add libc.dataptr
Diffstat (limited to 'core/src/xmake/makefile')
| -rw-r--r-- | core/src/xmake/makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/src/xmake/makefile b/core/src/xmake/makefile index 84b6a03c5..6acb60686 100644 --- a/core/src/xmake/makefile +++ b/core/src/xmake/makefile @@ -119,7 +119,8 @@ xmake_C_FILES += \ libc/malloc \ libc/free \ libc/memset \ - libc/memcpy + libc/memcpy \ + libc/dataptr iswin = ifeq ($(PLAT),windows) |
