Skip to content

Commit e30500d

Browse files
committed
[BugFix][iOS] Fix LynxServiceAPI header search path
1 parent d06865b commit e30500d

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

  • platform/darwin/ios/lynx_service_api

platform/darwin/ios/lynx_service_api/BUILD.gn

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,10 @@ podspec_target("LynxServiceAPI_podspec") {
3636
CLANG_CXX_LANGUAGE_STANDARD = "gnu++17"
3737
OTHER_CPLUSPLUSFLAGS =
3838
"-fno-aligned-allocation -fno-c++-static-destructors -std=gnu++17"
39-
HEADER_SEARCH_PATHS = [ "../../../.." ]
39+
HEADER_SEARCH_PATHS = [
40+
"../../../..",
41+
"//",
42+
]
4043
}
4144
if (!is_debug) {
4245
pod_target_xcconfig.GCC_PREPROCESSOR_DEFINITIONS += [ "NDEBUG=1" ]

0 commit comments

Comments
 (0)