Dozingfiretruck 2 роки тому
батько
коміт
97672a7a90
1 змінених файлів з 5 додано та 0 видалено
  1. 5 0
      bsp/win32/xmake.lua

+ 5 - 0
bsp/win32/xmake.lua

@@ -35,6 +35,11 @@ target("luatos")
 
     add_includedirs(luatos.."lua/include",{public = true})
     add_files(luatos.."lua/src/*.c")
+
+    -- weak
+    add_files(luatos.."/luat/weak/luat_malloc_weak.c",
+            luatos.."/luat/weak/luat_mem_weak.c")
+
     -- printf
     add_includedirs(luatos.."components/printf",{public = true})
     add_files(luatos.."components/printf/*.c")