Browse Source

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

alienwalker 3 years ago
parent
commit
0205c8244f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      xmake.lua

+ 1 - 1
xmake.lua

@@ -430,7 +430,7 @@ 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_http_client.c")
+    add_files(luatos.."components/network/libhttp/*.c")
 
     -- iotauth
     add_files(luatos.."components/iotauth/luat_lib_iotauth.c")