diff options
| author | ruki <[email protected]> | 2022-04-08 00:54:12 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-04-08 00:54:12 +0800 |
| commit | 8ae404d76bd0267bb46ac28dae0ba86583de7aa0 (patch) | |
| tree | 7b58a99b772afd9f5efb314f0a3b93fb0eef6803 /core/src | |
| parent | b6d6a1145f77a1b0d5d0685ba4af1e363b4410cd (diff) | |
export memmove
Diffstat (limited to 'core/src')
| -rw-r--r-- | core/src/demo/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/demo/xmake.lua b/core/src/demo/xmake.lua index 8b93335fd..1e33415ae 100644 --- a/core/src/demo/xmake.lua +++ b/core/src/demo/xmake.lua @@ -28,7 +28,7 @@ target("demo") -- add links if is_plat("windows") then add_links("ws2_32", "advapi32", "shell32") - add_ldflags("/export:malloc", "/export:free") + add_ldflags("/export:malloc", "/export:free", "/export:memmove") elseif is_plat("android") then add_links("m", "c") elseif is_plat("macosx") then |
