We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d06865b commit e30500dCopy full SHA for e30500d
1 file changed
platform/darwin/ios/lynx_service_api/BUILD.gn
@@ -36,7 +36,10 @@ podspec_target("LynxServiceAPI_podspec") {
36
CLANG_CXX_LANGUAGE_STANDARD = "gnu++17"
37
OTHER_CPLUSPLUSFLAGS =
38
"-fno-aligned-allocation -fno-c++-static-destructors -std=gnu++17"
39
- HEADER_SEARCH_PATHS = [ "../../../.." ]
+ HEADER_SEARCH_PATHS = [
40
+ "../../../..",
41
+ "//",
42
+ ]
43
}
44
if (!is_debug) {
45
pod_target_xcconfig.GCC_PREPROCESSOR_DEFINITIONS += [ "NDEBUG=1" ]
0 commit comments