summaryrefslogtreecommitdiff
path: root/core/src
diff options
context:
space:
mode:
authorruki <[email protected]>2022-04-08 00:54:12 +0800
committerruki <[email protected]>2022-04-08 00:54:12 +0800
commit8ae404d76bd0267bb46ac28dae0ba86583de7aa0 (patch)
tree7b58a99b772afd9f5efb314f0a3b93fb0eef6803 /core/src
parentb6d6a1145f77a1b0d5d0685ba4af1e363b4410cd (diff)
export memmove
Diffstat (limited to 'core/src')
-rw-r--r--core/src/demo/xmake.lua2
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