From 8ae404d76bd0267bb46ac28dae0ba86583de7aa0 Mon Sep 17 00:00:00 2001 From: ruki Date: Fri, 8 Apr 2022 00:54:12 +0800 Subject: export memmove --- core/src/demo/xmake.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.3.1