Skip to content

Commit 5d4e588

Browse files
author
Mateusz Kopciński
committed
removed unnecessary include directory
1 parent b01235d commit 5d4e588

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/react-native-executorch/react-native-executorch.podspec

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,7 @@ Pod::Spec.new do |s|
7272
"HEADER_SEARCH_PATHS" =>
7373
'"$(PODS_TARGET_SRCROOT)/ios" '+
7474
'"$(PODS_TARGET_SRCROOT)/third-party/include" '+
75-
'"$(PODS_TARGET_SRCROOT)/common" '+
76-
'"$(PODS_TARGET_SRCROOT)/third-party/executorch/backends/xnnpack/third-party/pthreadpool/include" '+
77-
'"$(PODS_TARGET_SRCROOT)/third-party/executorch/backends/xnnpack/third-party/cpuinfo/include" ',
75+
'"$(PODS_TARGET_SRCROOT)/common" ',
7876
"CLANG_CXX_LANGUAGE_STANDARD" => "c++20",
7977
'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'x86_64',
8078
}

0 commit comments

Comments
 (0)