diff options
| author | ruki <[email protected]> | 2021-09-20 21:01:12 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-09-20 21:01:12 +0800 |
| commit | c1933e6e8e7212f16443e99d66e7d656438da317 (patch) | |
| tree | b82357d2933cf64ae9f6309fda5bec4e7fdd3ca2 /core/src/xmake/makefile | |
| parent | 33b05eff154f9158a68b0808f4be0f6c88aa6361 (diff) | |
add libc.free
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 a25bd0936..bd8046c67 100644 --- a/core/src/xmake/makefile +++ b/core/src/xmake/makefile @@ -116,7 +116,8 @@ xmake_C_FILES += \ readline/history_list \ readline/add_history \ readline/clear_history \ - libc/malloc + libc/malloc \ + libc/free iswin = ifeq ($(PLAT),windows) |
