diff --git a/platform/darwin/ios/lynx_service_api/BUILD.gn b/platform/darwin/ios/lynx_service_api/BUILD.gn index f1b2873eb9..550066b7b3 100644 --- a/platform/darwin/ios/lynx_service_api/BUILD.gn +++ b/platform/darwin/ios/lynx_service_api/BUILD.gn @@ -36,10 +36,7 @@ podspec_target("LynxServiceAPI_podspec") { CLANG_CXX_LANGUAGE_STANDARD = "gnu++17" OTHER_CPLUSPLUSFLAGS = "-fno-aligned-allocation -fno-c++-static-destructors -std=gnu++17" - HEADER_SEARCH_PATHS = [ - "../../../..", - "//", - ] + HEADER_SEARCH_PATHS = [ "//" ] } if (!is_debug) { pod_target_xcconfig.GCC_PREPROCESSOR_DEFINITIONS += [ "NDEBUG=1" ]