浏览代码

Merge branch 'master' of https://gitee.com/openLuat/luatos-soc-air105

alienwalker 3 年之前
父节点
当前提交
fe7f9dbe2d
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      xmake.lua

+ 2 - 1
xmake.lua

@@ -420,7 +420,8 @@ if with_luatos then
     
     -- http
     add_includedirs(luatos.."components/network/libhttp",{public = true})
-    add_files(luatos.."components/network/libhttp/luat_lib_http.c")
+    -- add_files(luatos.."components/network/libhttp/luat_lib_http.c")
+    add_files(luatos.."components/network/libhttp/luat_http_client.c")
 
     -- iotauth
     add_files(luatos.."components/iotauth/luat_lib_iotauth.c")