updated build

This commit is contained in:
kidfromjupiter
2026-01-06 05:25:00 +00:00
parent 0d7922dc89
commit 2d98bab2f1
+5 -5
View File
@@ -91,9 +91,9 @@ cc_library(
"wifi_hotspot.h",
"wifi_hotspot_server_socket.h",
"wifi_hotspot_socket.h",
# "wifi_lan.h",
# "wifi_lan_server_socket.h",
# "wifi_lan_socket.h",
"wifi_lan.h",
"wifi_lan_server_socket.h",
"wifi_lan_socket.h",
"wifi_medium.h",
"wifi_socket.h",
],
@@ -174,8 +174,8 @@ cc_library(
"wifi_direct_server_socket.cc",
"wifi_hotspot.cc",
"wifi_hotspot_server_socket.cc",
# "wifi_lan.cc",
# "wifi_lan_server_socket.cc",
"wifi_lan.cc",
"wifi_lan_server_socket.cc",
"wifi_medium.cc",
],
linkopts = ["-lcurl"],