diff --git a/interfaces/innerkits/socket/BUILD.gn b/interfaces/innerkits/socket/BUILD.gn index 2c1e75b..43cb71b 100644 --- a/interfaces/innerkits/socket/BUILD.gn +++ b/interfaces/innerkits/socket/BUILD.gn @@ -25,6 +25,6 @@ ohos_static_library("libsocket") { deps = [ "//base/startup/init_lite/services/log:init_log", - "//third_party/bounds_checking_function:libsec_static", + "//third_party/bounds_checking_function:libsec_static", ] }