Browse Source

fix:编译问题

alienwalker 4 years ago
parent
commit
875120aea5
1 changed files with 3 additions and 0 deletions
  1. 3 0
      xmake.lua

+ 3 - 0
xmake.lua

@@ -323,6 +323,9 @@ if with_luatos then
 
     add_files(luatos.."components/multimedia/*.c")
     add_includedirs(luatos.."components/multimedia")
+
+    add_files(luatos.."components/io_queue/*.c")
+    add_includedirs(luatos.."components/io_queue")
 else
 
     add_files("Third_Party/vsprintf/*.c",{public = true})